Skip to content

Commit

Permalink
more fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbanchich committed Jan 1, 2025
1 parent 0e7efcb commit 292e0f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ jobs:
fetch-depth: 0

- name: Run release-plz
id: release
uses: release-plz/[email protected]
with:
command: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}

# Create a PR with the new versions and changelog, preparing the next release.
release-plz-pr:
Expand Down Expand Up @@ -61,11 +64,9 @@ jobs:
- platform: linux
os: ubuntu-latest
target: x86_64-unknown-linux-gnu

- platform: mac-x86_64
os: macos-13
target: x86_64-apple-darwin

- platform: windows
os: windows-latest
target: x86_64-pc-windows-gnu
Expand Down

0 comments on commit 292e0f4

Please sign in to comment.