Skip to content

Commit

Permalink
Add prerelease flag for beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenchristiansen committed Jun 3, 2024
1 parent 3ce9572 commit 05cf28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prerelease: ${{ contains(github.ref, 'beta') }}
prerelease: ${{ contains(github.ref, 'beta') }}
files: |
**/*.zip
Expand Down Expand Up @@ -136,6 +136,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prerelease: ${{ contains(github.ref, 'beta') }}
files: |
**/*Setup.exe
**/*.nupkg

0 comments on commit 05cf28d

Please sign in to comment.