Skip to content

Commit

Permalink
Fix publish recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Nov 1, 2024
1 parent c64973c commit d8d2ed8
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 d8d2ed8

Please sign in to comment.