Skip to content

Commit 2db98ef

Browse files
committed
chore: fix beta workflow syntax
1 parent 27c1d74 commit 2db98ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release_publish-beta.yml

-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
id: version
6565
with:
6666
cmd: 'jq .version package.json -r'
67-
- name: Last Beta Version
68-
if: github.event.inputs.kind == 'mirror'
69-
run: echo "Last Beta Version: ${{ steps.version.outputs.value }}"
7067
- name: Reset the Beta Branch
7168
if: github.event.inputs.kind == 'mirror' || github.event.inputs.is-cycle-start == 'true'
7269
run: git reset --hard origin/main && git push origin beta -f

0 commit comments

Comments
 (0)