Skip to content

Commit b744376

Browse files
author
ole1986
committed
Fixed deployment to upload into releases again
1 parent 862957a commit b744376

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/vsce-publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
node-version: '10.x'
1717
- run: npm install
1818
- run: npm install -g vsce
19-
- name: vsce publish
20-
run: vsce publish -p "${{ secrets.VSCE_TOKEN }}"
19+
- name: vsce package
20+
run: vsce package
2121
- name: Upload to Release
2222
uses: actions/[email protected]
2323
env:
@@ -27,3 +27,6 @@ jobs:
2727
asset_path: ${{ format('githistory-{0}.vsix', github.event.release.tag_name) }}
2828
asset_name: ${{ format('githistory-{0}.vsix', github.event.release.tag_name) }}
2929
asset_content_type: application/zip
30+
- name: vsce publish
31+
run: vsce publish -p "${{ secrets.VSCE_TOKEN }}"
32+

0 commit comments

Comments
 (0)