Skip to content

Commit c6c9bc7

Browse files
Fixing stage upload
1 parent 2165b3d commit c6c9bc7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ 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;
67+
npm install --package-lock-only --ignore-scripts;
6968
env:
7069
NEW_VERSION: ${{ inputs.new_version }}
7170
working-directory: downloaded-artifacts/aerospike/${{ inputs.old_version }}

.github/workflows/stage-workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- 'stage'
77
- 'stage*'
8-
push:
9-
branches:
10-
- 'stage'
11-
128

139
jobs:
1410
stage-get-jfrog-version:

0 commit comments

Comments
 (0)