Skip to content

Commit 5aa293c

Browse files
committed
chore: Create a Github Release after publish to VSCode Store
1 parent 8e90497 commit 5aa293c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ jobs:
4040
run: yarn deploy
4141
env:
4242
VSCE_PAT: ${{ secrets.VSCE_PAT }}
43+
44+
- name: Create GitHub Release
45+
run: |
46+
gh release create v${{ github.event.inputs.newVersion }} \
47+
--title "Release v${{ github.event.inputs.newVersion }}" \
48+
--generate-notes
49+
env:
50+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)