Skip to content

Commit

Permalink
Always create latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 13, 2024
1 parent 6ef454f commit c27eff8
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 @@ -27,7 +27,7 @@ jobs:
with:
tag_name: ${{ steps.version.outputs.version }}
release_name: TotK Mod Manager - ${{ steps.version.outputs.version }}
prerelease: ${{ contains(steps.version.outputs.version, 'alpha') || contains(steps.version.outputs.version, 'beta') || contains(steps.version.outputs.version, 'rc') }}
# prerelease: ${{ contains(steps.version.outputs.version, 'alpha') || contains(steps.version.outputs.version, 'beta') || contains(steps.version.outputs.version, 'rc') }}

build:
needs: release
Expand Down

0 comments on commit c27eff8

Please sign in to comment.