We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4c7e7 commit b777872Copy full SHA for b777872
1 file changed
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
- uses: "marvinpinto/action-automatic-releases@latest"
50
with:
51
repo_token: "${{ secrets.GITHUB_TOKEN }}"
52
- prerelease: "${{ is_default_branch}}"
+ prerelease: "${{ startsWith(GITHUB_REF, 'refs/tags') }}"
53
files: |
54
LICENSE.txt
55
*.jar
0 commit comments