Skip to content

Commit

Permalink
fix: fixed job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonbrsilva committed Apr 26, 2024
1 parent c8f63d8 commit 4c5e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pre-release-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
last_version: ${{ needs.get_last_version.outputs.last_version }}
if: |
always() && !failure() && !cancelled() &&
!needs.check_major_change.outputs.is_major_change
!needs.check_major_change.outputs.is_major_change && !needs.get_last_version.outputs.is_release_candidate
increment_release_candidate_version:
name: Increment release candidate version
Expand Down

0 comments on commit 4c5e0d5

Please sign in to comment.