Skip to content

Commit

Permalink
Include the step Commit and push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanan1212 committed May 23, 2024
1 parent d19b2ca commit 2819d08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: |
git add wheel_files/
git commit -m "Add new wheel file"
git pull origin ${GITHUB_REF}
git fetch origin ${GITHUB_REF}
git merge FETCH_HEAD --no-ff --no-edit
git push "https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git" HEAD:${{ github.head_ref }}
- name: Rename wheel file
Expand Down

0 comments on commit 2819d08

Please sign in to comment.