Skip to content

Commit

Permalink
add --latest to release
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode authored Aug 20, 2024
1 parent c440138 commit 004a6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ jobs:
# git push --tags
git checkout main
gh auth login
gh release create $BulmaRelease --title "Bulma4Hugo v$BulmaRelease" --target $bulmaBranch
gh release create $BulmaRelease --title "Bulma4Hugo v$BulmaRelease" --target $bulmaBranch --latest
git branch -D $bulmaBranch
git push origin --delete $bulmaBranch

0 comments on commit 004a6a9

Please sign in to comment.