Skip to content

Commit

Permalink
fix bug in release script
Browse files Browse the repository at this point in the history
fixes #241
  • Loading branch information
lovasoa committed Apr 18, 2024
1 parent 746c974 commit c8a3316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/optimized-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
draft: false
prerelease: ${{ startsWith(github.ref, 'refs/tags/v') }}
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') }}
files: |
dezoomify-rs windows-latest/dezoomify-rs.exe
dezoomify-rs ubuntu-20.04/dezoomify-rs-linux.tgz
Expand Down

0 comments on commit c8a3316

Please sign in to comment.