Skip to content

Commit

Permalink
Mark the last release as the --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Feb 20, 2024
1 parent 29f01e6 commit 0a2fdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
version=v$(cat galaxy/Chart.yaml | grep ^version: | awk '{print $2}')
git tag -a $version -m "Automatic release of $version"
git push origin $version
gh release create $version --generate-notes
gh release create $version --generate-notes --latest

0 comments on commit 0a2fdd8

Please sign in to comment.