Skip to content

Commit 713c6e1

Browse files
remove deploy stuff (#168)
1 parent 9af91ee commit 713c6e1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,6 @@ jobs:
3838
<<: *defaults
3939
steps:
4040
- checkout
41-
- <<: *install_dependencies
42-
- <<: *build_osmosis
43-
- <<: *generate_types
44-
- run:
45-
command: |
46-
cd osmosis
47-
npm config set registry https://npm.pkg.github.com
48-
npm config set //npm.pkg.github.com/:_authToken=$GITHUB_PUBLISH_TOKEN
49-
npm publish
50-
name: Publish package to Github NPM Registry
51-
- run:
52-
command: |
53-
cd osmosis
54-
npm config set registry https://registry.npmjs.org
55-
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
56-
npm publish --access public
57-
name: Publish package to Public NPM Registry
5841
- run:
5942
name: Create Git Version Tag
6043
command: "cd osmosis; 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"

0 commit comments

Comments
 (0)