Skip to content

Commit

Permalink
Add cargo publish to Continuous Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Oct 20, 2019
1 parent d310632 commit deb9cb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ jobs:
target/${{ matrix.target }}/release/spotify-tui-${{ matrix.artifact_prefix }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publishing to Cargo
uses: actions-rs/cargo@v1
with:
command: publish
toolchain: ${{ matrix.rust }}
args: --token ${{ secrets.CARGO_API_KEY }}

0 comments on commit deb9cb9

Please sign in to comment.