Skip to content

Commit 7883550

Browse files
committed
fix(on-release-bump): quote --exclude-suffix to avoid argparse misparsing leading dash
1 parent dc81fa6 commit 7883550

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.crystal-governance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema: crystal-governance-pin/v1
2-
governance_version: v1.2.2
2+
governance_version: v1.2.3
33
source: Malakof/.github
44
# Self-pin: Malakof/.github references its own current version.
55
# Lets tooling (sync, governance-check) treat this repo like any other

.github/workflows/on-release-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
--new-version "$NEW_VERSION" \
4141
--org Malakof \
4242
--include-prefix crystal- \
43-
--exclude-suffix -test,-scratch
43+
"--exclude-suffix=-test,-scratch"

0 commit comments

Comments
 (0)