Skip to content

Commit e4342b7

Browse files
Fixing stage upload
1 parent c6c9bc7 commit e4342b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run:
6666
jq --arg v "${{ env.NEW_VERSION }}" '.version = $v' package.json > tmp.json && mv tmp.json package.json;
6767
npm install --package-lock-only --ignore-scripts;
68+
npm ci --ignore-scripts;
6869
env:
6970
NEW_VERSION: ${{ inputs.new_version }}
7071
working-directory: downloaded-artifacts/aerospike/${{ inputs.old_version }}

0 commit comments

Comments
 (0)