Skip to content

Commit

Permalink
Fix detached HEAD push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib authored Mar 26, 2024
1 parent 6211129 commit beb48bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git commit -m "Release versioning update" || echo "No changes to commit"
git push
git push origin HEAD:master
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.16
Expand Down

0 comments on commit beb48bf

Please sign in to comment.