Skip to content

Commit ab8a55f

Browse files
committed
add HEAD as local refspec
1 parent 84ef542 commit ab8a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ github.event.inputs.tag != null && github.event.inputs.tag != '' }}
5050
run: |
5151
git tag ${{ github.event.inputs.tag }}
52-
git push -u origin "release-${{ github.event.inputs.tag }}"
52+
git push -u origin HEAD:release-${{ github.event.inputs.tag }}
5353
git push --tags
5454
5555
release:

0 commit comments

Comments
 (0)