ci: Fix triggering CircleCI release builds (#20275)
* ci: fix circleCI handling of booleans * Explicitly specify 2.1
This commit is contained in:
parent
11cd0db86b
commit
104088b86b
1 changed files with 1 additions and 1 deletions
|
@ -1789,7 +1789,7 @@ jobs:
|
||||||
- *step-maybe-notify-slack-success
|
- *step-maybe-notify-slack-success
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2.1
|
||||||
|
|
||||||
# The publish workflows below each contain one job so that they are
|
# The publish workflows below each contain one job so that they are
|
||||||
# compatible with how sudowoodo works today. If these workflows are
|
# compatible with how sudowoodo works today. If these workflows are
|
||||||
|
|
Loading…
Reference in a new issue