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 2cecd31 commit 0d9ac85Copy full SHA for 0d9ac85
.github/workflows/github_release.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
tag: ${{ github.ref_name }}
23
name: Orchard ${{ 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