We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3616ae0 commit 96fa8feCopy full SHA for 96fa8fe
.github/workflows/release.yaml
@@ -12,6 +12,7 @@ jobs:
12
cargo-publish:
13
runs-on: ubuntu-latest
14
steps:
15
+ - uses: actions/checkout@v4
16
- uses: actions-rs/toolchain@v1
17
with:
18
toolchain: stable
0 commit comments