Skip to content

Commit aa6da42

Browse files
author
Martin
committed
feat: remove GitHub release step from release workflow
1 parent 5733d0d commit aa6da42

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,3 @@ jobs:
4141

4242
- name: Build and Package Extension (.vsix)
4343
run: npm run package
44-
45-
- name: Create GitHub Release and upload artifact
46-
uses: softprops/action-gh-release@v2
47-
with:
48-
files: "*.vsix"
49-
generate_release_notes: true
50-
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)