We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1573fe commit 723b53dCopy full SHA for 723b53d
.github/workflows/provenance.yml
@@ -22,6 +22,6 @@ jobs:
22
- run: npm install -g npm@latest
23
- run: npm ci
24
- run: npm run build:dist
25
- - run: npm publish --provenance --access public
+ - run: npm publish --tag alpha --provenance --access public
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments