We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ff2ec commit 8245a2bCopy full SHA for 8245a2b
.github/workflows/release.yml
@@ -23,3 +23,5 @@ jobs:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
24
- run: cd language-extensions
25
- run: npm publish
26
+ env:
27
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments