Skip to content

Commit

Permalink
mark beta releases as pre-release on github
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 28, 2023
1 parent cd9cfd4 commit 37b8e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
draft: false
prerelease: ${{ contains(github.ref_name, 'beta') }}
files: |
sqlpage-windows.zip
sqlpage-linux.tgz
Expand Down

0 comments on commit 37b8e95

Please sign in to comment.