Make DRY_RUN explicit

This commit is contained in:
Marek Siarkowicz 2022-04-26 15:42:45 +02:00 committed by GitHub
parent 5472e589cf
commit dd98f1ceb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ jobs:
Name-Email: github-action@etcd.io
Expire-Date: 0
EOF
BRANCH=main ./scripts/release.sh --no-upload --no-docker-push 3.6.99
DRY_RUN=true BRANCH=main ./scripts/release.sh --no-upload --no-docker-push 3.6.99