We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61eda40 + c655f05 commit 92133d3Copy full SHA for 92133d3
1 file changed
.github/workflows/npm.yml
@@ -31,10 +31,8 @@ jobs:
31
VERSION=$(node -p "require('./package.json').version")
32
if [[ "$VERSION" == *"-"* ]]; then
33
echo "Publishing pre-release: $VERSION"
34
- npm publish --provenance --access=public --tag rc
+ npm publish --access=public --tag rc
35
else
36
echo "Publishing stable release: $VERSION"
37
- npm publish --provenance --access=public
+ npm publish --access=public
38
fi
39
- env:
40
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments