Skip to content

Commit

Permalink
Fix publish recipe (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Nov 1, 2024
1 parent c64973c commit ba7b475
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 @@ -65,7 +65,7 @@ publish-release revision='master':
#!/usr/bin/env bash
set -euxo pipefail
rm -rf tmp/release
git clone https://github.com/raphjaph/bip322.git tmp/release
git clone https://github.com/rust-bitcoin/bip322.git tmp/release
cd tmp/release
git checkout {{ revision }}
cargo publish
Expand Down

0 comments on commit ba7b475

Please sign in to comment.