We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5640e77 commit cae3c73Copy full SHA for cae3c73
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
${{ steps.changelog.outputs.changelog }}
57
- name: Publish package on NPM 📦
58
- if: steps.tag_release.outputs.successful
+ if: steps.tag_release.outputs.successful == 'true'
59
run: npm publish --provenance --access public
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments