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 f5c2955 commit 3642d35
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 @@ -60,7 +60,7 @@ jobs:
test: ${{ steps.tag_exists.outputs.exists }}

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

# Publish the release to our package manager
Expand Down

0 comments on commit 3642d35

Please sign in to comment.