Skip to content

Commit b13d93c

Browse files
Fixing stage version
1 parent fc567a3 commit b13d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: get-new-version
7676
run: |
7777
set -e
78-
new_stage_version=$(node stage-bump-version.js ${{ needs.get-next-stage-jfrog-version.outputs.stage_version ${{ inputs.old_version }} }} )
78+
new_stage_version=$(node stage-bump-version.js ${{ needs.get-next-stage-jfrog-version.outputs.stage_version}} ${{ inputs.old_version }} }} )
7979
echo "new_stage_version=$new_stage_version" >> $GITHUB_OUTPUT
8080
working-directory: .github/workflows
8181

0 commit comments

Comments
 (0)