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 704a35a commit d75851dCopy full SHA for d75851d
1 file changed
.github/workflows/publish.yml
@@ -32,9 +32,9 @@ jobs:
32
VSCE_PAT: ${{ secrets.VSCE_PAT }}
33
run: npx vsce publish --pat $VSCE_PAT
34
35
- # - name: Setup npm authentication
36
- # run: |
37
- # echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
+ - name: Setup npm authentication
+ run: |
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
38
39
- # - name: Publish to npm
40
- # run: npm publish
+ - name: Publish to npm
+ run: npm publish
0 commit comments