Skip to content

Commit

Permalink
Use correct version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 4, 2024
1 parent 0ddcc58 commit 15091be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ publish:
cd tmp/release
cargo build
cargo run --package gen -- --bin target/debug/imdl all
VERSION=`sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/\1/p' Cargo.toml | head -1`
VERSION=v`sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/\1/p' Cargo.toml | head -1`
git tag -a $VERSION -m "Release $VERSION"
git push origin $VERSION
cargo publish
Expand Down

0 comments on commit 15091be

Please sign in to comment.