Skip to content

Commit

Permalink
try npm
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 17, 2024
1 parent 667c489 commit cab3bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ steps:
- FORCE_COLOR=true
env:
NPM_TAG: latest
NODE_AUTH_TOKEN: ACQUIA_JFROG_TOKEN

0 comments on commit cab3bf3

Please sign in to comment.