Skip to content

Commit e4ca341

Browse files
committed
fix: deploy issue
1 parent b7a127d commit e4ca341

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,4 @@ jobs:
3737
with:
3838
args: "publish -p $VSCE_TOKEN"
3939
env:
40-
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
41-
42-
# Step 6: Create a GitHub Release
43-
- name: Create GitHub Release
44-
uses: ncipollo/release-action@v1
45-
with:
46-
tag: "v${{ steps.get_version.outputs.version }}"
47-
name: "Release v${{ steps.get_version.outputs.version }}"
48-
artifacts: "*.vsix"
49-
draft: false
50-
prerelease: false
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)