From 7ada484f431e1d619a4b0e6bdabacba612992cfe Mon Sep 17 00:00:00 2001 From: Joseph Phelan Date: Wed, 17 Jan 2024 11:40:07 -0600 Subject: [PATCH] switch up publish again --- .buildkite/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index 60874096..7a71a244 100755 --- a/.buildkite/deploy.sh +++ b/.buildkite/deploy.sh @@ -7,7 +7,7 @@ TAG_VERSION=${TAG_VERSION/v/} # Publish the package sed -i "s/0.0.0-ci-released/$TAG_VERSION/g" package.json -yarn npm publish --tag ${NPM_TAG} +yarn publish --tag ${NPM_TAG} # Annotate the build with the types version buildkite-agent annotate --style success "Published to \`@widen/react-modal@${TAG_VERSION}\`. Install with the following command: