We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8422d91 commit 2165b3dCopy full SHA for 2165b3d
.github/workflows/shared-reupload-addons-to-jfrog.yml
@@ -64,6 +64,8 @@ jobs:
64
- name: list version info
65
run:
66
jq --arg v "${{ env.NEW_VERSION }}" '.version = $v' package.json > tmp.json && mv tmp.json package.json;
67
+ npm install --package-lock-only;
68
+ npm ci --ignore-scripts;
69
env:
70
NEW_VERSION: ${{ inputs.new_version }}
71
working-directory: downloaded-artifacts/aerospike/${{ inputs.old_version }}
0 commit comments