Skip to content

Commit b3d3a0a

Browse files
committed
rc on latest for staging
1 parent d6a3e61 commit b3d3a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
run: |
4646
export gitRefName="${{ steps.refvar.outputs.gitRefName }}"
47-
if [[ "$gitRefName" == "main" ]]; then
47+
if [[ "$gitRefName" == *"-rc"* ]]; then
4848
export apiVersion=latest
4949
else
5050
export tagFirstPart=$(echo "${{ steps.refvar.outputs.gitRefName }}" | cut -d '.' -f1)

0 commit comments

Comments
 (0)