We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2183d commit 6e7a683Copy full SHA for 6e7a683
.github/workflows/release-framework.yml
@@ -49,8 +49,8 @@ jobs:
49
if: ${{ github.event.inputs.tag != null && github.event.inputs.tag != '' }}
50
run: |
51
git tag ${{ github.event.inputs.tag }}
52
- git push origin HEAD:main
53
- git push origin --tags
+ git push -u origin "release-${{ github.event.inputs.tag }}"
+ git push --tags
54
55
release:
56
name: Publish Release
0 commit comments