Skip to content

Commit

Permalink
fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ozcodes committed Dec 24, 2024
1 parent 1fde596 commit f13156d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Commit and push version change
env:
GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}
ENV_GITHUB_HEAD_REF: ${{ github.event.pull_request.head.ref }}
run: |
git add .
git commit -m "Auto change version."
git push origin HEAD:$GITHUB_HEAD_REF -f
git push origin HEAD:$ENV_GITHUB_HEAD_REF -f

0 comments on commit f13156d

Please sign in to comment.