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 e30dca2 commit 0e16f30Copy full SHA for 0e16f30
1 file changed
.github/workflows/release.yml
@@ -85,9 +85,7 @@ jobs:
85
extensionFile: ${{ env.EXTENSION_FILE }}
86
87
- name: 📦 Publish to NPM Registry
88
- run: |
89
- npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
90
- npm publish --provenance --access public
+ run: npm publish --provenance --access public
91
92
- name: ⬆️ Upload VSIX to GitHub release
93
run: |
0 commit comments