Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode authored Jul 27, 2024
1 parent 5193116 commit cf152ec
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 @@ -86,5 +86,5 @@ jobs:
git checkout -b "bulma-$BulmaVersion"
git add ./assets ./README.md ./LICENSE ./go.mod
git commit -S -m "add Bulma v$BulmaVersion"
git tag -S -a "v$BulmaVersion" -m "packed Bulma release v$BulmaVersion"
git tag -s -a "v$BulmaVersion" -m "packed Bulma release v$BulmaVersion"
git push --tags

0 comments on commit cf152ec

Please sign in to comment.