Skip to content

Commit

Permalink
publish automatically the release when workflow ended
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jul 5, 2024
1 parent 79f81c8 commit fda9c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: softprops/action-gh-release@v2
with: # https://github.com/softprops/action-gh-release#-customizing
prerelease: false
draft: true
draft: false
body_path: ${{ github.workspace }}/.changes/${{ github.ref_name }}.md
# https://github.com/softprops/action-gh-release#%EF%B8%8F-uploading-release-assets
files:
Expand Down

0 comments on commit fda9c1d

Please sign in to comment.