Skip to content

Commit 2cf0cee

Browse files
authored
Merge pull request #116 from github/gp/oidc-migration
Refactor npm publish step in workflow for OIDC migration
2 parents 7c4f919 + 48744bc commit 2cf0cee

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
@@ -23,6 +23,4 @@ jobs:
2323
- run: npm version ${TAG_NAME} --git-tag-version=false
2424
env:
2525
TAG_NAME: ${{ github.event.release.tag_name }}
26-
- run: npm whoami; npm --ignore-scripts publish --provenance
27-
env:
28-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
26+
- run: npm --ignore-scripts publish --provenance

0 commit comments

Comments
 (0)