Skip to content

Commit

Permalink
fix(rust_cd): add flag, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielway authored Apr 18, 2021
1 parent 1df1acc commit f14be91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
publish:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Publish
run: cargo publish ${{ secrets.CRATES_IO }}
run: cargo publish --token ${{ secrets.CRATES_IO }}

0 comments on commit f14be91

Please sign in to comment.