Skip to content

Commit

Permalink
fix(ci): checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Feb 6, 2024
1 parent 3616ae0 commit 96fa8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
cargo-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 96fa8fe

Please sign in to comment.