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