Skip to content

Commit bf7638d

Browse files
committed
Revert changes for test
1 parent 05272ab commit bf7638d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
dev/release/verify_rc.sh "${version}" "${rc}"
368368
upload:
369369
name: Upload
370-
# if: github.ref_type == 'tag'
370+
if: github.ref_type == 'tag'
371371
needs:
372372
- verify
373373
runs-on: ubuntu-latest
@@ -385,7 +385,7 @@ jobs:
385385
version=${GITHUB_REF_NAME%-rc*}
386386
version=${version#v}
387387
rc=${GITHUB_REF_NAME#*-rc}
388-
echo gh release create ${GITHUB_REF_NAME} \
388+
gh release create ${GITHUB_REF_NAME} \
389389
--generate-notes \
390390
--prerelease \
391391
--repo ${{ github.repository }} \

0 commit comments

Comments
 (0)