Skip to content

Commit

Permalink
chore: toggle prerelease when setting latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Mar 5, 2024
1 parent 4af36f3 commit 17c1a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
gh release list --limit 1 --json tagName --jq \
'.[]|to_entries|map("\(.key)=\(.value|tostring)")|.[]' >> $GITHUB_OUTPUT
- run: gh release edit ${{ steps.prerelease.outputs.tagName }} --latest
- run: gh release edit ${{ steps.prerelease.outputs.tagName }} --latest --prerelease=false

commit:
name: Publish Brew and Scoop
Expand Down

0 comments on commit 17c1a9e

Please sign in to comment.