Skip to content

Commit

Permalink
Allow dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Apr 21, 2024
1 parent 4a0ba3f commit 180ae23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
cd libs
cargo hakari disable
cargo hakari remove-deps -y
cd ..
git add .
git commit -am "Disable workspace-hack crate"
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
Expand Down
5 changes: 5 additions & 0 deletions libs/.release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ changelog_update = false
git_release_enable = false
git_tag_enable = false
semver_check = false
pr_labels = ["release"]
# This is necessary since we need to remove the
# workspace_hack crate in CI before publishing
allow_dirty = true
publish_allow_dirty = true

[[package]]
name = "pavex"
Expand Down

0 comments on commit 180ae23

Please sign in to comment.