Skip to content

Commit

Permalink
update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Dobe committed Dec 19, 2023
1 parent 224c156 commit 6dd2718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ release: verfiy-is-clean
# make sure git is clean
git diff --quiet || exit 1

git tag "v$TAG"
git push origin "v$TAG"
git tag v{{TAG}}
git push origin v{{TAG}}


# publishes the current version to cargo.io
Expand Down

0 comments on commit 6dd2718

Please sign in to comment.