Skip to content

Commit

Permalink
Merge pull request #184 from ptr727/keyboard-quit
Browse files Browse the repository at this point in the history
More env goodness
  • Loading branch information
ptr727 authored Jun 21, 2023
2 parents 286eaeb + 6c169f0 commit a2d6a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildGitHubRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ needs.version.outputs.SemVer2 }}
# Only main branch is not a pre-release
prerelease: env.mainbranch != 'true'
prerelease: ${{ !endsWith(github.ref, 'refs/heads/main') }}
files: ${{ runner.temp }}/publish/PlexCleaner.7z

0 comments on commit a2d6a89

Please sign in to comment.