Skip to content

Commit

Permalink
Update build-deploy-beta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazutkin-andrey authored Nov 29, 2023
1 parent 2e8b582 commit 38c44d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
version: "Next Release"

- name: Jira Create Version
if: ${{ steps.jira-check-version.outputs.result == false }}
if: ${{ !steps.jira-check-version.outputs.result }}
uses: tangem/jira-action@master
with:
action: createVersion
Expand Down

0 comments on commit 38c44d2

Please sign in to comment.