Skip to content

Commit 94e4657

Browse files
committed
Fix publish script
1 parent f56c87a commit 94e4657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434

3535
- name: "Publish packages"
3636
run: pnpm publish -r
37+
env:
38+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)