Skip to content

Commit c655f05

Browse files
authored
Merge pull request finos#1351 from jescalada/1334-npm-release-authentication-fix
chore: remove unused NPM auth token and flags
2 parents ecd6161 + bfff0f7 commit c655f05

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)