From 292e0f4bfcdfabe42d2412ee91c08a983a18fc8b Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Tue, 31 Dec 2024 20:29:31 -0500 Subject: [PATCH] more fix workflow --- .github/workflows/release-plz.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 54e9816..5a06128 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -21,12 +21,15 @@ jobs: fetch-depth: 0 - name: Run release-plz + id: release uses: release-plz/action@v0.5 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: @@ -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