Skip to content

Commit

Permalink
Fix tagging release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Jan 18, 2024
1 parent cf20c16 commit c23c7e4
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 @@ -40,4 +40,4 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATESIO_TOKEN }}

- run: git push --atomic --follow-tags
- run: git push && git push --tags

0 comments on commit c23c7e4

Please sign in to comment.