Reenable the publish github workflow (#445)

The manual release of 0.12.0 is done.
Hopefully the issue is now resolved and in the future the CI can do it automatically.
This commit is contained in:
est31 2020-07-09 08:41:45 +02:00 committed by GitHub
parent 6ec1953424
commit da40ea723e
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