We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae47c49 commit e8510d0Copy full SHA for e8510d0
.github/workflows/release.yml
@@ -47,6 +47,8 @@ jobs:
47
if: ${{ inputs.type == 'stable' }}
48
- run: git tag "${{ steps.generate-tag.outputs.TAG_NAME }}"
49
- run: git push origin "${{ steps.generate-tag.outputs.TAG_NAME }}"
50
+ - run: git push origin HEAD:main
51
+ if: ${{ inputs.type == 'stable' }}
52
53
# For nightly releases, we just build and publish npm packages
54
release-nightly-npm-packages:
0 commit comments