Skip to content

Commit 557c19c

Browse files
authored
Update Deploy-qa-demo-manual.yml
1 parent db4ec1d commit 557c19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy-qa-demo-manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if [ "${{ github.event.inputs.environment }}" = "qa" ]; then
2828
echo "TAG_LATEST=master-latest" >> $GITHUB_ENV
2929
else
30-
echo "TAG_LATEST=1.1.x-latest" >> $GITHUB_ENV
30+
echo "TAG_LATEST=1.2.x-latest" >> $GITHUB_ENV
3131
fi
3232
3333
- name: Checkout Repo

0 commit comments

Comments
 (0)