Skip to content

Commit

Permalink
fix(workflows/release): create latest release (#25100)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 18, 2024
1 parent 6af08fc commit d3f9c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
VERSION=v$(jq -r '.version' package.json)
awk '/^## /{if (p) exit; p=1; next} p' RELEASE_NOTES.md | tail -n +4 >> CURRENT_RELEASE_NOTES.md
gh release create $VERSION --title=$VERSION --target $GITHUB_SHA --notes-file CURRENT_RELEASE_NOTES.md
gh release create $VERSION --title=$VERSION --target $GITHUB_SHA --notes-file CURRENT_RELEASE_NOTES.md --latest
publish-release:
if: github.event_name == 'release'
Expand Down

0 comments on commit d3f9c05

Please sign in to comment.