Skip to content

Commit

Permalink
CI/release: Replace actions-rs step with direct `run: cargo publish…
Browse files Browse the repository at this point in the history
… ...` (#66)

Same as #63 but for the publish workflow, which was forgotten about.
  • Loading branch information
MarijnS95 authored Apr 26, 2023
1 parent dd0f522 commit eb9851f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.cratesio_token }}
run: cargo publish --token ${{ secrets.cratesio_token }}

0 comments on commit eb9851f

Please sign in to comment.