File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030
3131 - name : Check that spec_version has been bumped
3232 run : |
33- spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version ${{ secrets .NUCLEUS_ARCHIVE_NODE }} | tr -d '\n')
33+ spec_version=$(PATH=$PATH:$HOME/.cargo/.bin substrate-spec-version ${{ vars .NUCLEUS_ARCHIVE_NODE }} | tr -d '\n')
3434 echo "network spec_version: $spec_version"
3535 : ${spec_version:?bad spec version}
3636 local_spec_version=$(cargo run -p node-subtensor-runtime --bin spec_version | tr -d '\n')
4949 uses :
" paritytech/[email protected] " 5050 with :
5151 runtime-package : " node-subtensor-runtime"
52- node-uri : ${{ secrets .NUCLEUS_ARCHIVE_NODE }}
52+ node-uri : ${{ vars .NUCLEUS_ARCHIVE_NODE }}
5353 checks : " pre-and-post"
5454 extra-args : " --disable-spec-version-check --no-weight-warnings"
You can’t perform that action at this time.
0 commit comments