We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64973c commit d8d2ed8Copy full SHA for d8d2ed8
justfile
@@ -65,7 +65,7 @@ publish-release revision='master':
65
#!/usr/bin/env bash
66
set -euxo pipefail
67
rm -rf tmp/release
68
- git clone https://github.com/raphjaph/bip322.git tmp/release
+ git clone https://github.com/rust-bitcoin/bip322.git tmp/release
69
cd tmp/release
70
git checkout {{ revision }}
71
cargo publish
0 commit comments