Disable cargo publish invocation (#444)
To allow pushing to master after the 0.12.0 release. The 0.12.0 release will be uploaded manually.
This commit is contained in:
parent
62ba9a96b0
commit
6ec1953424
|
@ -57,7 +57,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
CPAL_TMP=$(mktemp /tmp/cpalXXX.txt) || echo "::error::mktemp error"
|
CPAL_TMP=$(mktemp /tmp/cpalXXX.txt) || echo "::error::mktemp error"
|
||||||
echo "::set-env name=CPAL_TMP::$CPAL_TMP"
|
echo "::set-env name=CPAL_TMP::$CPAL_TMP"
|
||||||
cargo publish --token $CRATESIO_TOKEN 2> $CPAL_TMP
|
#cargo publish --token $CRATESIO_TOKEN 2> $CPAL_TMP
|
||||||
- name: Check if cpal is already published
|
- name: Check if cpal is already published
|
||||||
run: |
|
run: |
|
||||||
empty=0
|
empty=0
|
||||||
|
|
Loading…
Reference in New Issue