Skip to content

Commit ef75eac

Browse files
committed
logic to release latest tag
1 parent 1b28ca5 commit ef75eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pip install setuptools wheel
66
python setup.py register sdist bdist_wheel
77

88
export PACKAGE_VERSION=$(grep 'version = ' setup.py | awk '{print $3;}' | sed 's/"//g')
9-
export GCS_DIRECTORY=gs://professional-services-data-validator/releases/temp/
9+
export GCS_DIRECTORY=gs://professional-services-data-validator/releases/${PACKAGE_VERSION}/
1010
pip install ./dist/google_pso_data_validator-${PACKAGE_VERSION}-py3-none-any.whl
1111

1212
data-validation -h

0 commit comments

Comments
 (0)