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 37ec9c7 commit 683ea45Copy full SHA for 683ea45
.github/workflows/publish.yml
@@ -20,3 +20,8 @@ jobs:
20
run: npm publish --tag beta
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23
+ - name: Publish to npm
24
+ if: "!github.event.release.prerelease"
25
+ run: npm publish
26
+ env:
27
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments