Skip to content

Commit

Permalink
update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 17, 2024
1 parent 22ba9cd commit c06c754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ 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 types to \`@widen/react-modal@${TAG_VERSION}\`. Install with the following command:
buildkite-agent annotate --style success "Published to \`@widen/react-modal@${TAG_VERSION}\`. Install with the following command:
\`\`\`bash
yarn add @widen/react-modal@${TAG_VERSION}
Expand Down

0 comments on commit c06c754

Please sign in to comment.