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 d6a3e61 commit b3d3a0aCopy full SHA for b3d3a0a
.github/workflows/deploy_staging.yml
@@ -44,7 +44,7 @@ jobs:
44
shell: bash
45
run: |
46
export gitRefName="${{ steps.refvar.outputs.gitRefName }}"
47
- if [[ "$gitRefName" == "main" ]]; then
+ if [[ "$gitRefName" == *"-rc"* ]]; then
48
export apiVersion=latest
49
else
50
export tagFirstPart=$(echo "${{ steps.refvar.outputs.gitRefName }}" | cut -d '.' -f1)
0 commit comments