Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit d83de18

Browse files
Re-enable the commit push in release workflow
1 parent 521e5f6 commit d83de18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
git config --global user.name "Github Bot"
5252
git add compiler
5353
yarn version --new-version ${{ github.event.inputs.COMPILER_VERSION_NUMBER }}.0.0
54-
# git push origin master
55-
# git push origin v${{ github.event.inputs.COMPILER_VERSION_NUMBER }}.0.0
54+
git push origin master
55+
git push origin v${{ github.event.inputs.COMPILER_VERSION_NUMBER }}.0.0
5656
- name: Create GitHub Release
5757
run: |
5858
curl \

0 commit comments

Comments
 (0)