Skip to content

Commit

Permalink
Fix draft releases breaking CD
Browse files Browse the repository at this point in the history
Fixes #391
  • Loading branch information
praveenperera authored Dec 25, 2023
1 parent 3d2358d commit f170bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mean_bean_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
draft: false
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit f170bc8

Please sign in to comment.