We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9595ae9 commit ff42859Copy full SHA for ff42859
.github/workflows/release.yml
@@ -11,7 +11,6 @@ jobs:
11
contents: write
12
steps:
13
- uses: actions/checkout@v5
14
-
15
- id: create-release
16
run: gh release create ${{ github.ref_name }} --title "${{ github.ref_name }}" --generate-notes
17
env:
@@ -23,9 +22,9 @@ jobs:
23
22
permissions:
24
id-token: write
25
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 }}
+ - uses: actions/checkout@v5
+ - uses: rust-lang/crates-io-auth-action@v1
+ id: auth
+ - run: cargo publish
+ env:
+ CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments