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 1911f2a commit 1dc9ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ansys_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: "Push changes"
shell: bash
run: |
git add .
git status
git commit -m ${{ inputs.version }}
git push
git commit -a -m ${{ inputs.version }}
git push https://${{ secrets.DPF_PIPELINE }}@github.com/ansys/pydpf-core.git
git tag ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }}
git push origin ${{ env.DESTINATION_BRANCH_NAME }}_${{ inputs.version }}

0 comments on commit 1dc9ce5

Please sign in to comment.