Skip to content

Commit 92133d3

Browse files
authored
Merge branch 'main' into dockerfile-fix
2 parents 61eda40 + c655f05 commit 92133d3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/npm.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
VERSION=$(node -p "require('./package.json').version")
3232
if [[ "$VERSION" == *"-"* ]]; then
3333
echo "Publishing pre-release: $VERSION"
34-
npm publish --provenance --access=public --tag rc
34+
npm publish --access=public --tag rc
3535
else
3636
echo "Publishing stable release: $VERSION"
37-
npm publish --provenance --access=public
37+
npm publish --access=public
3838
fi
39-
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)