Skip to content

Commit ff42859

Browse files
committed
chore: Fix indentation in release workflow
1 parent 9595ae9 commit ff42859

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v5
14-
1514
- id: create-release
1615
run: gh release create ${{ github.ref_name }} --title "${{ github.ref_name }}" --generate-notes
1716
env:
@@ -23,9 +22,9 @@ jobs:
2322
permissions:
2423
id-token: write
2524
steps:
26-
- uses: actions/checkout@v5
27-
- uses: rust-lang/crates-io-auth-action@v1
28-
id: auth
29-
- run: cargo publish
30-
env:
31-
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
25+
- uses: actions/checkout@v5
26+
- uses: rust-lang/crates-io-auth-action@v1
27+
id: auth
28+
- run: cargo publish
29+
env:
30+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)