From afe05480aea3da9a51e7b6e2c8f84bc3392925c9 Mon Sep 17 00:00:00 2001 From: Joseph Phelan Date: Thu, 18 Jan 2024 10:20:02 -0600 Subject: [PATCH] cleanup version snafoo --- .buildkite/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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