Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Dec 13, 2023
1 parent c9d3fdb commit c0d44ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# If the tag already exists, exit with an error
- run: echo "Test"
env:
test: steps.tag_exists.outputs.exists
test: ${{ steps.tag_exists.outputs.exists }}

# If the tag already exists, exit with an error
- if: steps.tag_exists.outputs.exists == true
Expand Down

0 comments on commit c0d44ff

Please sign in to comment.