diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index 41fc0ba3..d85b4c71 100755 --- a/.buildkite/deploy.sh +++ b/.buildkite/deploy.sh @@ -3,7 +3,8 @@ set -euo pipefail # Get the tag version from Buildkite or default to a pre-release tag TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha-$(date +%Y%m%d%H%M%S)") -TAG_VERSION=${TAG_VERSION/v/} +# TAG_VERSION=${TAG_VERSION/v/} +TAG_VERSION=3.16.3 # Publish the package