File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 38
38
<< : *defaults
39
39
steps :
40
40
- 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
58
41
- run :
59
42
name : Create Git Version Tag
60
43
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"
You can’t perform that action at this time.
0 commit comments