Skip to content

Commit 77f34ec

Browse files
bteng22Copilot
andauthored
Update .github/workflows/publish.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 66a7d47 commit 77f34ec

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: NODE_AUTH_TOKEN="" npm publish --provenance
25+
- run: npm publish --provenance
26+
env:
27+
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)