Skip to content

Commit

Permalink
fix publish mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Aug 1, 2024
1 parent 7364b13 commit 87f9a76
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: rustup show

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true


- run: cargo publish --dry-run --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 87f9a76

Please sign in to comment.