Skip to content

Commit

Permalink
fix head ref (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes authored Dec 24, 2024
1 parent 082cc5d commit 1fde596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
- name: Commit and push version change
env:
GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}
run: |
git add .
git commit -m "Auto change version."
Expand Down

0 comments on commit 1fde596

Please sign in to comment.