Skip to content

Commit

Permalink
fix: also push tags when releasing (openwallet-foundation-labs#245)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 authored Aug 1, 2024
1 parent 8a48bb5 commit c3f4580
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 @@ -189,4 +189,4 @@ jobs:
pnpm format
git add .
git commit -m "chore: format generated files"
git push origin HEAD:main
git push origin HEAD:main --tags

0 comments on commit c3f4580

Please sign in to comment.