Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
junyifang-whoop committed Sep 9, 2024
1 parent 37ac96b commit c1f39ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,20 @@ jobs:
yarn
yarn run build
- javascript/bump-package-version:
base_package_version: "2.20"

- javascript/publish-to-nexus:
nexus_repository_name: "npm-private"

- javascript/change-publish-registry-to-codeartifact:
code_artifact_repository_name: "whoop-npm"

- javascript/authenticate-with-codeartifact

- javascript/npm-codeartifact-auth:
code_artifact_repository_name: "whoop-npm"

- javascript/publish-to-codeartifact:
code_artifact_repository_name: "whoop-npm"

Expand Down

0 comments on commit c1f39ce

Please sign in to comment.