Skip to content

Commit

Permalink
Merge pull request #12 from JupiterOne/fix-gha
Browse files Browse the repository at this point in the history
Fix gha
  • Loading branch information
erichs authored Feb 4, 2021
2 parents c5d7328 + 9963ab5 commit a16c24d
Show file tree
Hide file tree
Showing 3 changed files with 742 additions and 600 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if git describe --exact-match --match "v*.*.*" HEAD^2
then
echo "Found version commit tag. Publishing."
echo "::set-env name=publish::true"
echo "publish=true" >> $GITHUB_ENV
else
echo "Version commit tag not found. Not publishing."
fi
Expand All @@ -67,4 +67,4 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
yarn
npm publish
npm publish
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@jupiterone/jupiterone-client-nodejs": "^0.21.1",
"@zouloux/files": "^0.6.0",
"await-spawn": "^3.0.0",
"axios": "^0.19.2",
"axios": "^0.21.1",
"fs-extra": "^9.0.1"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^25.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.1.3",
"prettier": "^2.0.4",
"require-self-ref": "^2.0.1",
Expand Down
Loading

0 comments on commit a16c24d

Please sign in to comment.