Skip to content

Commit cc4c0f3

Browse files
committed
fix invalid head
1 parent 247b94a commit cc4c0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config --local user.email github-actions@github.com
3131
git add src/hvps/version.py bindings/nodejs/package.json
3232
git commit -m "Update version to $TAG"
33-
git push origin HEAD:${{ github.head_ref }}
33+
git push origin ${{ github.head_ref }}
3434
3535
build:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)