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 c6c9bc7 commit e4342b7Copy full SHA for e4342b7
.github/workflows/shared-reupload-addons-to-jfrog.yml
@@ -65,6 +65,7 @@ jobs:
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 --ignore-scripts;
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