fix: Wrong option name for cargo github action

https://github.com/actions-rs/cargo/issues/4
This commit is contained in:
Rostislav Raykov 2019-09-18 14:31:12 +02:00
parent 39cc9223d2
commit 84982d6131
3 changed files with 3 additions and 3 deletions

View file

@ -19,4 +19,4 @@ jobs:
with:
toolchain: nightly
command: build
arguments: --release
args: --release

View file

@ -22,7 +22,7 @@ jobs:
with:
toolchain: nightly
command: login
arguments: ${{ secrets.CRATES_TOKEN }}
args: ${{ secrets.CRATES_TOKEN }}
- name: Publish to crates.io
uses: actions-rs/cargo@v1
with:

View file

@ -21,7 +21,7 @@ jobs:
with:
toolchain: nightly
command: build
arguments: --release
args: --release
- name: Get the version
run: echo ::set-env name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Archive