Skip to content

Commit 8245a2b

Browse files
committed
Added token to second publish
1 parent 22ff2ec commit 8245a2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
2424
- run: cd language-extensions
2525
- run: npm publish
26+
env:
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)