Skip to content

Commit

Permalink
cleanup version snafoo
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent ad6a64d commit afe0548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afe0548

Please sign in to comment.