Skip to content

Commit

Permalink
Update Deploy-qa-demo-manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pospielov authored Sep 25, 2023
1 parent f125e0c commit 9bad6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy-qa-demo-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if [ "${{ github.event.inputs.environment }}" = "qa" ]; then
echo "TAG_LATEST=master-latest" >> $GITHUB_ENV
else
echo "TAG_LATEST=1.1.x-latest" >> $GITHUB_ENV
echo "TAG_LATEST=1.2.x-latest" >> $GITHUB_ENV
fi
- name: Checkout Repo
Expand Down

0 comments on commit 9bad6ea

Please sign in to comment.