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 df96701 commit 9d4c7e7Copy full SHA for 9d4c7e7
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: "${{ is_default_branch}}"
53
files: |
54
LICENSE.txt
55
*.jar
0 commit comments