Skip to content

Commit

Permalink
update publish order
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent 6abfa0b commit e2dd329
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2dd329

Please sign in to comment.