Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Commit 34b2993

Browse files
author
James Fletcher
committed
Missing release flag
1 parent 4ff52c1 commit 34b2993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ release:
147147
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
148148
export DEPLOY_PIP_USERNAME=$REPO_PYPI_USERNAME
149149
export DEPLOY_PIP_PASSWORD=$REPO_PYPI_PASSWORD
150-
bazel run --define version=$(cat VERSION) //:deploy-pip
150+
bazel run --define version=$(cat VERSION) //:deploy-pip -- release
151151
dependencies: [deploy-github]

0 commit comments

Comments
 (0)