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 c26edd7 commit 8b4a465Copy full SHA for 8b4a465
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
restore-keys: |
20
${{ runner.os }}-node-
21
- run: npm ci
22
- - run: npm publish
+ - run: npm publish --tag alpha
23
env:
24
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
25
publish-docs:
0 commit comments