Skip to content

Commit

Permalink
ci: update release-plz config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Dec 17, 2024
1 parent 8d5c6ea commit 941b4cb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ on:
jobs:
release-plz:
name: Release-plz
# Temporarily use macos-13 until macos-latest works.
# See https://github.com/jaxxstorm/action-install-gh-release/pull/83
runs-on: macos-13
concurrency:
group: release-plz-${{ github.ref }}
cancel-in-progress: false
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -24,7 +25,9 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
uses: release-plz/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 941b4cb

Please sign in to comment.