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 70680d6 commit ced6086Copy full SHA for ced6086
.github/workflows/publish.yml
@@ -27,6 +27,6 @@ jobs:
27
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
28
- name: Publish with beta tag
29
if: "github.event.release.prerelease && contains(github.ref, 'beta')"
30
- run: npm publish . --tag beta --dry-run
+ run: npm publish . --tag beta
31
env:
32
0 commit comments