Skip to content

Commit 5c0d84e

Browse files
committed
CCM-11938: Fixing manual workflow
1 parent 6e1532a commit 5c0d84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
apimEnv: "internal-dev-sandbox"
108108
runId: "${{ github.run_id }}"
109109
buildSandbox: true
110-
releaseVersion: ${{ github.head_ref != '' && github.head_ref || github.ref_name }}
110+
releaseVersion: ${{ github.head_ref || github.ref_name }}
111111

112112
# artefact-1:
113113
# name: "Artefact 1"

0 commit comments

Comments
 (0)