Skip to content

Commit

Permalink
Fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Nov 21, 2023
1 parent 99bdebc commit f733975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ansys_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f733975

Please sign in to comment.