Skip to content

Commit

Permalink
ci: Added a workaround to make release-plz work for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Sep 30, 2023
1 parent 21b0c6c commit 4dd4515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
project_manifest: ./crate/Cargo.toml
env:
# https://release-plz.ieni.dev/docs/github/trigger
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# XXX: This is a workaround for https://github.com/MarcoIeni/release-plz/issues/1004
# This file should be removed once that issue is resolved
[workspace]
members = ["crate"]

0 comments on commit 4dd4515

Please sign in to comment.