File tree Expand file tree Collapse file tree 3 files changed +742
-600
lines changed
Expand file tree Collapse file tree 3 files changed +742
-600
lines changed Original file line number Diff line number Diff line change 5656 if git describe --exact-match --match "v*.*.*" HEAD^2
5757 then
5858 echo "Found version commit tag. Publishing."
59- echo "::set-env name= publish:: true"
59+ echo "publish= true" >> $GITHUB_ENV
6060 else
6161 echo "Version commit tag not found. Not publishing."
6262 fi
6767 run : |
6868 echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
6969 yarn
70- npm publish
70+ npm publish
Original file line number Diff line number Diff line change 2626 "@jupiterone/jupiterone-client-nodejs" : " ^0.21.1" ,
2727 "@zouloux/files" : " ^0.6.0" ,
2828 "await-spawn" : " ^3.0.0" ,
29- "axios" : " ^0.19.2 " ,
29+ "axios" : " ^0.21.1 " ,
3030 "fs-extra" : " ^9.0.1"
3131 },
3232 "devDependencies" : {
3939 "eslint-config-prettier" : " ^6.10.1" ,
4040 "eslint-plugin-jest" : " ^23.8.2" ,
4141 "eslint-plugin-prettier" : " ^3.1.3" ,
42- "jest" : " ^25.3.0 " ,
42+ "jest" : " ^26.6.3 " ,
4343 "lint-staged" : " ^10.1.3" ,
4444 "prettier" : " ^2.0.4" ,
4545 "require-self-ref" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments