diff --git a/.buildkite/deploy.sh b/.buildkite/deploy.sh index 7a71a244..535513cd 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 publish --tag ${NPM_TAG} +npm 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: diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c67e6892..7926c5a7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -35,3 +35,4 @@ steps: - FORCE_COLOR=true env: NPM_TAG: latest + NODE_AUTH_TOKEN: ACQUIA_JFROG_TOKEN