Skip to content

Commit

Permalink
another approach
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent db3a416 commit 89a8ac1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ git config user.email "Widen Developers"
git config user.name "[email protected]"

# Publish the package
npm version ${TAG_VERSION}
npm publish --tag ${TAG_VERSION}
npm version ${TAG_VERSION} --no-git-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
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ steps:
- ACQUIA_JFROG_USER
- ACQUIA_JFROG_TOKEN
- FORCE_COLOR=true
# - thedyrt/git-commit#v0.3.0:
# message: Auto version
# user:
# name: Widen Developers
# email: [email protected]
- thedyrt/git-commit#v0.3.0:
message: Auto version
user:
name: Widen Developers
email: [email protected]
env:
NPM_TAG: latest
NODE_AUTH_TOKEN: ACQUIA_JFROG_TOKEN

0 comments on commit 89a8ac1

Please sign in to comment.