From f733975299ca8df522919ba335580056a46a7603 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Tue, 21 Nov 2023 16:40:32 +0100 Subject: [PATCH] Fix push --- .github/workflows/ansys_lab.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ansys_lab.yml b/.github/workflows/ansys_lab.yml index 8ff7940b6c..82fb9d91f5 100644 --- a/.github/workflows/ansys_lab.yml +++ b/.github/workflows/ansys_lab.yml @@ -49,6 +49,5 @@ jobs: run: | git status git commit -a -m ${{ inputs.version }} - git push https://${{ secrets.DPF_PIPELINE }}@github.com/rlagha/ansys/pydpf-core.git git tag ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }} - git push origin ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }} + git push https://${{ secrets.DPF_PIPELINE }}@github.com/rlagha/ansys/pydpf-core.git --follow-tags