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:
est31 2020-07-09 07:41:20 +02:00 committed by GitHub
parent 62ba9a96b0
commit 6ec1953424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
run: |
CPAL_TMP=$(mktemp /tmp/cpalXXX.txt) || echo "::error::mktemp error"
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
run: |
empty=0