We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939f21c commit 52d3c46Copy full SHA for 52d3c46
scripts/publish.sh
@@ -1,28 +1,28 @@
1
#!/bin/bash
2
set -ex
3
cd support/macros
4
-cargo publish
+cargo publish --token $1
5
cd ../..
6
cd pallets/commitments
7
8
cd ..
9
cd collective
10
11
12
cd registry
13
14
15
cd subtensor
16
17
cd runtime-api
18
19
20
cd admin-utils
21
22
23
cd runtime
24
25
26
cd node
27
28
echo "published successfully."
0 commit comments