We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992c6e2 commit b366040Copy full SHA for b366040
.github/workflows/publish.yml
@@ -11,11 +11,11 @@ jobs:
11
contents: read
12
id-token: write # Required for OIDC token exchange
13
steps:
14
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
15
- name: Setup Rust
16
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c
17
with:
18
toolchain: nightly,stable
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
20
id: auth
21
- run: cargo publish
0 commit comments