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

Commit 43fbc52

Browse files
authored
chore: auto set pre-release for beta version (#1608)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent 322a0cf commit 43fbc52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/beta-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
pull-requests: write
9191
runs-on: ubuntu-latest
9292
steps:
93+
- name: Getting the repo
94+
uses: actions/checkout@v4
9395
- name: set release to prerelease
9496
run: |
9597
gh release edit v${{ needs.get-update-version.outputs.new_version }} --draft=false --prerelease

0 commit comments

Comments
 (0)