Skip to content

Commit 39514e7

Browse files
committed
Fix release dry run
1 parent befa41e commit 39514e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ release: build-release
157157
docker run \
158158
--volume="$${PWD}:/code" \
159159
-e SECRETS_ARTIFACTORY_CREDENTIALS \
160+
-e SECRETS_DEPLOY_DRY_RUN \
160161
--rm gitsecret-releaser \
161162
bash "./utils/$${SECRETS_RELEASE_TYPE}/deploy.sh"
162163

0 commit comments

Comments
 (0)