Skip to content

Commit

Permalink
fixed -- in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 22, 2024
1 parent 406245f commit 245a889
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/crate-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Publish
- uses: actions/checkout@v4
# https://doc.rust-lang.org/cargo/reference/config.html?highlight=CARGO_REGISTRY_TOKEN#credentials
- - run: rustup update stable && rustup default stable
- run: rustup update stable && rustup default stable
- run: >
cargo publish
--dry-run
Expand Down

0 comments on commit 245a889

Please sign in to comment.