Skip to content

Commit

Permalink
Remove release notes generation from action
Browse files Browse the repository at this point in the history
Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Nov 26, 2024
1 parent 436d952 commit 43b3a0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,3 @@ jobs:
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 43b3a0f

Please sign in to comment.