We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4ec1d commit 557c19cCopy full SHA for 557c19c
.github/workflows/Deploy-qa-demo-manual.yml
@@ -27,7 +27,7 @@ jobs:
27
if [ "${{ github.event.inputs.environment }}" = "qa" ]; then
28
echo "TAG_LATEST=master-latest" >> $GITHUB_ENV
29
else
30
- echo "TAG_LATEST=1.1.x-latest" >> $GITHUB_ENV
+ echo "TAG_LATEST=1.2.x-latest" >> $GITHUB_ENV
31
fi
32
33
- name: Checkout Repo
0 commit comments