Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Nov 27, 2023
1 parent ac70465 commit ded980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fi
- name: Tag and release
if: ${{ needs.check_tag.outputs.tag_exists == 'false' }}
if: ${{ needs.check_tag.outputs.version_exists == 'false' }}
steps:
- name: Create tag
uses: actions/github-script@v7
Expand Down

0 comments on commit ded980d

Please sign in to comment.