Skip to content

Commit

Permalink
chore: fix beta workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Feb 23, 2024
1 parent 27c1d74 commit 2db98ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release_publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
id: version
with:
cmd: 'jq .version package.json -r'
- name: Last Beta Version
if: github.event.inputs.kind == 'mirror'
run: echo "Last Beta Version: ${{ steps.version.outputs.value }}"
- name: Reset the Beta Branch
if: github.event.inputs.kind == 'mirror' || github.event.inputs.is-cycle-start == 'true'
run: git reset --hard origin/main && git push origin beta -f
Expand Down

0 comments on commit 2db98ef

Please sign in to comment.