Skip to content

Commit f23fca0

Browse files
authored
Merge pull request #181 from github/bt/update-npm-publish
Update publish workflow to use latest actions and Node.js
2 parents 150c399 + 77f34ec commit f23fca0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
- run: npm version ${TAG_NAME} --git-tag-version=false --allow-same-version
2323
env:
2424
TAG_NAME: ${{ github.event.release.tag_name }}
25-
- run: npm publish --access public --provenance
25+
- run: npm publish --provenance
26+
env:
27+
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)