We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aca5c commit 5e36c3fCopy full SHA for 5e36c3f
1 file changed
.buildkite/pipeline.publish.yml
@@ -37,7 +37,8 @@ steps:
37
memory: "8G"
38
env:
39
ARTIFACTS_FOLDER: "artifacts-to-sign"
40
- DRY_RUN: "${DRY_RUN}"
+ # by default it will publish packages
41
+ DRY_RUN: "${DRY_RUN:-false}"
42
depends_on:
43
- step: "check"
44
allow_failure: false
0 commit comments