Skip to content

Commit

Permalink
publish to npm unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Dec 28, 2023
1 parent 4800d43 commit 6775444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "current branch version: $version, current upstream version: $latest"
echo "should-publish=$([[ $version > $latest ]] && echo -n 'true' || echo -n 'false')" >> $GITHUB_OUTPUT
echo "should-publish=true" >> $GITHUB_OUTPUT
- run: npm publish
name: Publish to npm
Expand Down

0 comments on commit 6775444

Please sign in to comment.