Skip to content

Commit 6fc3e0b

Browse files
committed
ci: fixed staging workflow
Signed-off-by: Tomer Figenblat <[email protected]>
1 parent 109ea8d commit 6fc3e0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: npm ci --production
4343

4444
- name: Publish package
45+
env:
46+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4547
run: npm publish
4648

4749
- name: Commit and push package modifications

0 commit comments

Comments
 (0)