Skip to content

Commit

Permalink
ci: fix github release
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Oct 1, 2024
1 parent fac7eef commit 5ea2b02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
git commit -F "diff.test" || exit 0
git tag v$version
cargo publish
git push --follow-tags
git push
git push --tags
gh release create v$version -F diff.test

0 comments on commit 5ea2b02

Please sign in to comment.