Skip to content

Commit

Permalink
add git push --tags to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davepmiller committed Dec 19, 2023
1 parent 81291e7 commit 61b9daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "github-actions version bump"
git push
git push && git push --tags
- run: cargo publish --token ${{ secrets.CARGO_TOKEN }}

0 comments on commit 61b9daa

Please sign in to comment.