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 65ad4fc commit e518a42Copy full SHA for e518a42
.github/workflows/release.yml
@@ -16,6 +16,5 @@ jobs:
16
with:
17
generate_release_notes: true
18
prerelease: ${{ contains(github.ref, '-rc') }}
19
- draft: ${{ contains(github.ref, '-alpha') }}
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments