Skip to content

Commit b3f8870

Browse files
authored
Update release.yml
1 parent 77403f1 commit b3f8870

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
args: "package $GIT_TAG_NAME"
3636
env:
3737
VSCE_TOKEN: ${{ secrets.vsce_token }}
38+
- name: "Publish to Marketplace"
39+
uses: lannonbr/vsce-action@master
40+
with:
41+
args: "publish $GIT_TAG_NAME -p $VSCE_TOKEN"
42+
env:
43+
VSCE_TOKEN: ${{ secrets.vsce_token }}
3844
- name: Upload binaries to release
3945
uses: svenstaro/upload-release-action@v1-release
4046
with:
@@ -43,12 +49,6 @@ jobs:
4349
tag: ${{ github.ref }}
4450
overwrite: true
4551
file_glob: true
46-
- name: "Publish to Marketplace"
47-
uses: lannonbr/vsce-action@master
48-
with:
49-
args: "publish $GIT_TAG_NAME -p $VSCE_TOKEN"
50-
env:
51-
VSCE_TOKEN: ${{ secrets.vsce_token }}
5252

5353

5454

0 commit comments

Comments
 (0)