Skip to content

Commit

Permalink
Merge pull request #29 from jontze/chore/publish-cargo-workflow
Browse files Browse the repository at this point in the history
Refactor cargo publish workflow
  • Loading branch information
jontze authored Nov 1, 2023
2 parents 585113a + 66e52e8 commit 893ae7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.tag_name }}
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
- name: Setup Cache for Rust
uses: Swatinem/rust-cache@v2
- name: Setup Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
override: true
default: true
- name: Publish crate
run: cargo publish
env:
Expand Down

0 comments on commit 893ae7d

Please sign in to comment.