From da40ea723eef1bc9007fad4c58d944a3ffe9bbb3 Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 9 Jul 2020 08:41:45 +0200 Subject: [PATCH] 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. --- .github/workflows/cpal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpal.yml b/.github/workflows/cpal.yml index 5406fef2b..b2f8e8516 100644 --- a/.github/workflows/cpal.yml +++ b/.github/workflows/cpal.yml @@ -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