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 35206db commit d19b2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git add wheel_files/
git commit -m "Add new wheel file"
git pull
git pull origin ${GITHUB_REF}
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 d19b2ca

Please sign in to comment.