Skip to content

Commit

Permalink
Update release draft action to upload artifacts on existing release d…
Browse files Browse the repository at this point in the history
…raft

Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Nov 26, 2024
1 parent bddd8f1 commit 436d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Create a release
run: |
tagname="${GITHUB_REF#refs/tags/}"
gh release create "$tagname" --draft --notes "$RELEASE_NOTES" *.tgz *.vsix *.sha256 *.minisig
gh release upload "$tagname" *.tgz *.vsix *.sha256 *.minisig
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RELEASE_NOTES: ${{steps.generate_changelog.outputs.result}}

0 comments on commit 436d952

Please sign in to comment.