Skip to content

Commit a16c24d

Browse files
authored
Merge pull request #12 from JupiterOne/fix-gha
Fix gha
2 parents c5d7328 + 9963ab5 commit a16c24d

File tree

3 files changed

+742
-600
lines changed

3 files changed

+742
-600
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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
@@ -67,4 +67,4 @@ jobs:
6767
run: |
6868
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
6969
yarn
70-
npm publish
70+
npm publish

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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": {
@@ -39,7 +39,7 @@
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",

0 commit comments

Comments
 (0)