Skip to content

Commit

Permalink
fix: change to head_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 3, 2024
1 parent 792ef68 commit 2e1fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
git commit -m "Update README with latest version: $LATEST_TAG"
# Push changes to the remote repository
git push origin HEAD:${{ github.ref }}
git push origin HEAD:${{ github.head_ref }}
echo "Changes committed and pushed successfully."
else
Expand Down

0 comments on commit 2e1fcf5

Please sign in to comment.