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 2301c31 commit c600d62Copy full SHA for c600d62
.github/workflows/release.yml
@@ -17,12 +17,10 @@ jobs:
17
id: changelog
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
- onlyLastTag: true
21
- stripGeneratorNotice: true
22
- stripHeaders: true
23
- uses: ncipollo/release-action@v1
24
25
26
allowUpdates: true
+ prerelease: ${{ contains(github.ref, '-rc') }}
27
body: |
28
${{ steps.changelog.outputs.changelog }}
0 commit comments