Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release-plz:
uses: wrightkit/.github/.github/workflows/release-plz-crates.yml@9a91b5e32cc6d90b79b2b9b47a62b835ab94ec86
uses: wrightkit/.github/.github/workflows/release-plz-crates.yml@7811de29e34df7000dae8c852b5caf8e50816f3c
permissions:
contents: write
pull-requests: write
Expand Down
1 change: 0 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ git_release_enable = false
git_tag_enable = false
pr_labels = ["release"]
publish_timeout = "10m"
release_always = false
semver_check = false

[[package]]
Expand Down
Loading