We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247b94a commit cc4c0f3Copy full SHA for cc4c0f3
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
git config --local user.email github-actions@github.com
31
git add src/hvps/version.py bindings/nodejs/package.json
32
git commit -m "Update version to $TAG"
33
- git push origin HEAD:${{ github.head_ref }}
+ git push origin ${{ github.head_ref }}
34
35
build:
36
runs-on: ubuntu-latest
0 commit comments