Skip to content

Commit

Permalink
refactor: make the release created by CI a non draft-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegiwg committed Jun 26, 2024
1 parent 3f730dd commit f50bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: softprops/action-gh-release@v1
id: create_release
with:
draft: true
draft: false
prerelease: false
tag_name: ${{ github.ref_name }}
files: |
Expand Down

0 comments on commit f50bbed

Please sign in to comment.