Skip to content

Commit

Permalink
use release instead of annotateg tag
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode committed Aug 20, 2024
1 parent cb3ddf1 commit a6c89f4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ jobs:
git add assets .github
git commit -m "add Bulma $BulmaRelease"
git push --set-upstream origin $bulmaBranch
git tag -a "$BulmaRelease" -m "packed Bulma release $BulmaRelease"
git push --tags
# git tag -a "$BulmaRelease" -m "packed Bulma release $BulmaRelease"
# git push --tags
git checkout main
gh auth login
gh release $BulmaRelease --title "Bulma4Hugo v$BulmaRelease" --target $bulmaBranch
git branch -D $bulmaBranch
git push

0 comments on commit a6c89f4

Please sign in to comment.