diff --git a/.github/workflows/HcPkgPreReleaseGitops.yaml b/.github/workflows/HcPkgPreReleaseGitops.yaml index 825b7f1..6949c67 100644 --- a/.github/workflows/HcPkgPreReleaseGitops.yaml +++ b/.github/workflows/HcPkgPreReleaseGitops.yaml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - run: | echo "prep work" - git fetch origin ${{inputs.releaseTrackingBranch} + git fetch origin ${{inputs.releaseTrackingBranch}} git fetch origin ${{inputs.qatestBranch}} tag="hc.test.$(date '+%y-%m-%d')" echo "$tag"