From e2dd329c17b699926586094e4385e34690da5f24 Mon Sep 17 00:00:00 2001 From: Joseph Phelan Date: Thu, 18 Jan 2024 09:46:25 -0600 Subject: [PATCH] update publish order --- .buildkite/deploy.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index c7e8e5f0..41fc0ba3 100755 --- a/.buildkite/deploy.sh +++ b/.buildkite/deploy.sh @@ -7,10 +7,11 @@ TAG_VERSION=${TAG_VERSION/v/} # Publish the package -echo "publishing ${TAG_VERSION}" -npm publish --tag tag-${TAG_VERSION} echo "versioning package ${TAG_VERSION}" npm version ${TAG_VERSION} --no-git-tag-version +echo "publishing ${TAG_VERSION}" +npm publish --tag tag-${TAG_VERSION} + # Annotate the build with the types version buildkite-agent annotate --style success "Published to \`@widen/react-modal@${TAG_VERSION}\`. Install with the following command: