Skip to content

Commit 2165b3d

Browse files
Fixing stage upload
1 parent 8422d91 commit 2165b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/shared-reupload-addons-to-jfrog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: list version info
6565
run:
6666
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;
6769
env:
6870
NEW_VERSION: ${{ inputs.new_version }}
6971
working-directory: downloaded-artifacts/aerospike/${{ inputs.old_version }}

0 commit comments

Comments
 (0)