reenable cargo publishes

This commit is contained in:
Babsi 2020-11-10 22:25:40 +01:00
parent b129da7bc3
commit 960b028732

View file

@ -110,6 +110,11 @@ jobs:
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
if: startsWith(github.ref, 'refs/tags/')
with:
command: publish
args: --token ${{ secrets.CARGO_API_KEY }} --allow-dirty
homebrew:
name: Bump Homebrew formula