Skip to content

Commit

Permalink
Merge pull request #97 from shipt/remove-deploying-from-ci
Browse files Browse the repository at this point in the history
Remove deploy config
  • Loading branch information
jkhusanov authored Jul 18, 2024
2 parents 87729c3 + afcb155 commit 8dab65e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
- add_ssh_keys:
fingerprints:
- 'SHA256:qOCt49Q9PD/ktHiVTmpyPL9NgpRhtLU+stAxjmScZ2U'
- <<: *yarn_install
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish --access public
- run:
name: Create Git Version Tag
command: "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
Expand Down

0 comments on commit 8dab65e

Please sign in to comment.