Skip to content

Commit

Permalink
chore: fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Oct 17, 2023
1 parent 716e248 commit 8e05e82
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 @@ -36,7 +36,7 @@ jobs:
tag:
needs: publish
runs-on: ubuntu-latest
if: ${{ needs.publish.outputs.exit_code == "0" }}
if: ${{ needs.publish.outputs.exit_code == '0' }}
outputs:
version: ${{ steps.tag_version.outputs.new_tag }}
steps:
Expand Down

0 comments on commit 8e05e82

Please sign in to comment.