Skip to content

Commit a2d2d19

Browse files
authored
Update release.yml
1 parent 2a3db63 commit a2d2d19

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
args: "publish $GIT_TAG_NAME -p $VSCE_TOKEN"
3636
env:
3737
VSCE_TOKEN: ${{ secrets.vsce_token }}
38+
- name: "Package release"
39+
uses: lannonbr/vsce-action@master
40+
with:
41+
args: "package $GIT_TAG_NAME"
42+
env:
43+
VSCE_TOKEN: ${{ secrets.vsce_token }}
3844
- name: Upload binaries to release
3945
uses: svenstaro/upload-release-action@v1-release
4046
with:

0 commit comments

Comments
 (0)