Skip to content

Commit b366040

Browse files
committed
Fix action order in publish step
1 parent 992c6e2 commit b366040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
contents: read
1212
id-token: write # Required for OIDC token exchange
1313
steps:
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1415
- name: Setup Rust
1516
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c
1617
with:
1718
toolchain: nightly,stable
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919
- uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879
2020
id: auth
2121
- run: cargo publish

0 commit comments

Comments
 (0)