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 6ba2b71 commit 0019ecfCopy full SHA for 0019ecf
.github/workflows/release-plz.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repository
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- - name: Run release-plz
17
- uses: MarcoIeni/release-plz-action@main
+ - name: release-plz
+ uses: release-plz/action@v0.5
18
env:
19
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
20
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments