From d88144a8c6428de36a1c1ce650845aa7c0f4c36c Mon Sep 17 00:00:00 2001 From: Joseph Phelan Date: Thu, 18 Jan 2024 09:07:39 -0600 Subject: [PATCH] debug --- .buildkite/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index f36059ab..d4c41895 100755 --- a/.buildkite/deploy.sh +++ b/.buildkite/deploy.sh @@ -12,6 +12,7 @@ TAG_VERSION=${TAG_VERSION/v/} # Publish the package echo "publishing ${TAG_VERSION}" npm publish --tag ${TAG_VERSION} +echo "versioning package ${TAG_VERSION}" npm version ${TAG_VERSION} --no-git-tag-version # Annotate the build with the types version