Skip to content

Commit c600d62

Browse files
committed
update release action
1 parent 2301c31 commit c600d62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
id: changelog
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
20-
onlyLastTag: true
21-
stripGeneratorNotice: true
22-
stripHeaders: true
2320
- uses: ncipollo/release-action@v1
2421
with:
2522
token: ${{ secrets.GITHUB_TOKEN }}
2623
allowUpdates: true
24+
prerelease: ${{ contains(github.ref, '-rc') }}
2725
body: |
2826
${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)