Skip to content

Commit 6e7a683

Browse files
committed
branch-agnostic release process
1 parent 7e2183d commit 6e7a683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-framework.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
if: ${{ github.event.inputs.tag != null && github.event.inputs.tag != '' }}
5050
run: |
5151
git tag ${{ github.event.inputs.tag }}
52-
git push origin HEAD:main
53-
git push origin --tags
52+
git push -u origin "release-${{ github.event.inputs.tag }}"
53+
git push --tags
5454
5555
release:
5656
name: Publish Release

0 commit comments

Comments
 (0)