We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90322fc commit 2a4573fCopy full SHA for 2a4573f
.github/workflows/release-plz.yml
@@ -25,11 +25,9 @@ jobs:
25
with:
26
fetch-depth: 0
27
persist-credentials: true # required by release-plz
28
- - uses: rust-lang/crates-io-auth-action@041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2
29
- id: auth
+
30
- name: Run release-plz
31
id: release-plz
32
- uses: MarcoIeni/release-plz-action@8724d33cd97b8295051102e2e19ca592962238f5 # v0.5.108
+ uses: MarcoIeni/release-plz-action@d529f731ae3e89610ada96eda34e5c6ba3b12214 # v0.5.118
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments