Skip to content

Commit

Permalink
Change check
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Dec 20, 2023
1 parent 491eae8 commit 8e35ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-parse-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: echo "publish next"

- name: publish latest
if: !steps.parse.outputs.prerelease
if: steps.parse.outputs.prerelease == ''
run: echo "publish latest"

0 comments on commit 8e35ff8

Please sign in to comment.