Skip to content

Commit 5e36c3f

Browse files
committed
Enable by default pipeline publish
1 parent 33aca5c commit 5e36c3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/pipeline.publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ steps:
3737
memory: "8G"
3838
env:
3939
ARTIFACTS_FOLDER: "artifacts-to-sign"
40-
DRY_RUN: "${DRY_RUN}"
40+
# by default it will publish packages
41+
DRY_RUN: "${DRY_RUN:-false}"
4142
depends_on:
4243
- step: "check"
4344
allow_failure: false

0 commit comments

Comments
 (0)