Skip to content

Commit

Permalink
fix: github action workflow (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Oct 8, 2024
1 parent e62e49e commit ca36468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: release
release-plz-pr:
name: Release-plz PR
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -60,3 +62,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: release-pr

0 comments on commit ca36468

Please sign in to comment.