Skip to content

Commit 914c28c

Browse files
committed
Create deploy-pre-release.yml
1 parent ef578c6 commit 914c28c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

-8
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,3 @@ jobs:
3434
env:
3535
VSCE_PAT: ${{ secrets.VS_TOKEN }} # Use the marketplace token stored in GitHub Secrets
3636
run: npm run vscode:publish
37-
38-
- name: Create GitHub Release
39-
id: create_release
40-
uses: softprops/action-gh-release@v1
41-
with:
42-
files: "*.vsix" # Uploads files ending with .vsix
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions

0 commit comments

Comments
 (0)