Skip to content

Commit 5aceb69

Browse files
committed
fix(publish-npm): add env
1 parent cd42036 commit 5aceb69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-npm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919
registry-url: "https://registry.npmjs.org"
2020
- run: pnpm install --frozen-lockfile
2121
- run: npm publish --provenance --access public
22+
env:
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)