Skip to content

Commit 9045fec

Browse files
committed
remove auto github release step
1 parent a346169 commit 9045fec

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,3 @@ jobs:
5353
run: npx vsce package --yarn
5454
- name: Publish to VSCode Marketplace
5555
run: npx vsce publish --yarn -p ${{ secrets.VSCE_PAT }}
56-
- name: Create GitHub Release
57-
uses: softprops/action-gh-release@v1
58-
with:
59-
generate_release_notes: true
60-
files: playdate-debug-*.vsix
61-
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)