Skip to content

Commit 1d8a777

Browse files
committed
Make: Name Rust CI steps
1 parent 0540376 commit 1d8a777

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,16 @@ jobs:
7777
runs-on: ubuntu-24.04
7878
needs: versioning
7979
steps:
80-
- uses: actions/checkout@v5
80+
- name: Checkout
81+
uses: actions/checkout@v5
8182
with:
8283
ref: "main"
83-
84-
- uses: actions-rs/toolchain@v1
84+
- name: Install Rust toolchain
85+
uses: actions-rs/toolchain@v1
8586
with:
8687
toolchain: nightly
8788
override: true
88-
- uses: katyo/publish-crates@v2
89+
- name: Publish crates
90+
uses: katyo/publish-crates@v2
8991
with:
9092
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)