Skip to content

Commit

Permalink
Fix release workflow a fourth time
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Jan 4, 2021
1 parent f5d0ac7 commit 93552a5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/chr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
file_glob: true
file: target/${{ matrix.target }}/release/chr-${{ steps.get_version.outputs.version }}-${{ matrix.target }}.{zip,tar.gz}

- name: Upload release to crates.io
uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
# HOW TO PROVIDE THE TOKEN ?
#- name: Upload release to crates.io
# uses: katyo/publish-crates@v1
# with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 93552a5

Please sign in to comment.