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 2165b3d commit c6c9bc7Copy full SHA for c6c9bc7
.github/workflows/shared-reupload-addons-to-jfrog.yml
@@ -64,8 +64,7 @@ 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;
+ npm install --package-lock-only --ignore-scripts;
69
env:
70
NEW_VERSION: ${{ inputs.new_version }}
71
working-directory: downloaded-artifacts/aerospike/${{ inputs.old_version }}
.github/workflows/stage-workflow.yml
@@ -5,10 +5,6 @@ on:
5
branches:
6
- 'stage'
7
- 'stage*'
8
- push:
9
- branches:
10
- - 'stage'
11
-
12
13
jobs:
14
stage-get-jfrog-version:
0 commit comments