Skip to content

Commit 3c70f99

Browse files
authored
Merge pull request #148 from github/gp/update-oidc-token-setup-publish
Simplify npm publish step in workflow
2 parents d9c549d + 5216f0b commit 3c70f99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,4 @@ jobs:
2424
- run: npm version ${TAG_NAME} --git-tag-version=false
2525
env:
2626
TAG_NAME: ${{ github.event.release.tag_name }}
27-
- run: npm whoami; npm --ignore-scripts publish --provenance
28-
env:
29-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
27+
- run: npm publish --provenance

0 commit comments

Comments
 (0)