Skip to content

Commit

Permalink
Update publish.yml toolchain from stable to nightly version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonxue authored Jan 21, 2025
1 parent 38f5092 commit d72e801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Update version in Cargo.toml
run: |
VERSION=$(echo ${{ github.ref }} | sed 's/refs\/tags\/v//')
Expand Down

0 comments on commit d72e801

Please sign in to comment.