Skip to content

Commit

Permalink
Pin to specific release-plz version (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Apr 30, 2024
1 parent 438621c commit 096c8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
# See https://github.com/MarcoIeni/release-plz/issues/1360#issuecomment-2016863525
uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 096c8db

Please sign in to comment.