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.
2 parents 6406938 + e3d9b01 commit 1b177ddCopy full SHA for 1b177dd
scripts/publish.sh
@@ -1,28 +1,28 @@
1
#!/bin/bash
2
set -ex
3
cd support/macros
4
-cargo publish --token $1
+cargo publish $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