Skip to content

Commit

Permalink
fix: Dont create release as draft
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 committed Mar 23, 2024
1 parent b33e5ae commit 0d8ec88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
token: ${{ github.token }}
fromTag: ${{ github.ref_name }}
toTag: ${{ env.previousTag }}
writeToFile: false

- name: Create Release
uses: ncipollo/[email protected]
with:
allowUpdates: true
draft: true
draft: false
makeLatest: true
name: ${{ github.ref_name }}
body: ${{ steps.changelog.outputs.changes }}
Expand Down

0 comments on commit 0d8ec88

Please sign in to comment.