We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef578c6 commit 914c28cCopy full SHA for 914c28c
.github/workflows/deploy.yml
@@ -34,11 +34,3 @@ jobs:
34
env:
35
VSCE_PAT: ${{ secrets.VS_TOKEN }} # Use the marketplace token stored in GitHub Secrets
36
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