Skip to content

Commit

Permalink
Reenable the publish github workflow (RustAudio#445)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 authored Jul 9, 2020
1 parent 6ec1953 commit da40ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da40ea7

Please sign in to comment.