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 862957a commit b744376Copy full SHA for b744376
.github/workflows/vsce-publish.yml
@@ -16,8 +16,8 @@ jobs:
16
node-version: '10.x'
17
- run: npm install
18
- run: npm install -g vsce
19
- - name: vsce publish
20
- run: vsce publish -p "${{ secrets.VSCE_TOKEN }}"
+ - name: vsce package
+ run: vsce package
21
- name: Upload to Release
22
uses: actions/[email protected]
23
env:
@@ -27,3 +27,6 @@ jobs:
27
asset_path: ${{ format('githistory-{0}.vsix', github.event.release.tag_name) }}
28
asset_name: ${{ format('githistory-{0}.vsix', github.event.release.tag_name) }}
29
asset_content_type: application/zip
30
+ - name: vsce publish
31
+ run: vsce publish -p "${{ secrets.VSCE_TOKEN }}"
32
+
0 commit comments