Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
To make releases on default a prerelease.
  • Loading branch information
Tyskai authored Jan 30, 2025
1 parent 4e5e3e1 commit 09735d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
fail_on_unmatched_files: true
generate_release_notes: true
prerelease: true
if: ${{!( endsWith(steps.versioncheck.outputs.version, '-SNAPSHOT')) }}

- name: Set up Docker Buildx
Expand Down

0 comments on commit 09735d4

Please sign in to comment.