Skip to content

Commit 225acdb

Browse files
committed
use trigger rc script from this branch
1 parent 005c3f0 commit 225acdb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build-rc-auto.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ jobs:
115115
uses: actions/checkout@v3
116116
with:
117117
fetch-depth: 0
118-
#ref: ${{ github.ref }}
119-
#remove before merge.
120-
#test auto-build on specific release branch
121-
ref: ${{ env.GH_REF_NAME }}
118+
ref: ${{ github.ref }}
122119
- name: Trigger RC Build
123120
env:
124121
SEMVER: ${{ needs.validate-and-check-label.outputs.semver }}

0 commit comments

Comments
 (0)