We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8978711 commit f0dc558Copy full SHA for f0dc558
.github/workflows/github_release.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
tag: ${{ github.ref_name }}
23
name: cider-nrepl ${{ github.ref_name }}
24
+ prerelease: ${{ contains(github.ref, '-rc') || contains(github.ref, '-alpha') || contains(github.ref, '-beta') }}
25
generateReleaseNotes: true # Auto-generate release notes based on PRs and commits
26
# TODO: Use bodyFile to get the contents from changelog
27
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments