Skip to content

Commit

Permalink
Revert change to mark release as prerelease.
Browse files Browse the repository at this point in the history
This will always be false since we only do this on a version tag.
  • Loading branch information
mross-ua committed Jul 28, 2024
1 parent 9b28089 commit 7ffab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }}
uses: softprops/action-gh-release@v2
with:
prerelease: ${{ github.ref_name != 'main' }}
prerelease: true
fail_on_unmatched_files: true
files: |
kdeck-Linux64-${{ github.ref_name }}.tar.gz

0 comments on commit 7ffab91

Please sign in to comment.