Skip to content

Commit

Permalink
fix: migrate the new release plz gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jan 11, 2025
1 parent 6ba2b71 commit a690895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run release-plz
uses: MarcoIeni/release-plz-action@main
- name: release-plz
uses: release-plz/action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.COMMITTER_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit a690895

Please sign in to comment.