Skip to content

Commit

Permalink
Merge pull request #392 from cantino/praveenperera-patch-1
Browse files Browse the repository at this point in the history
Fix draft releases breaking CD
  • Loading branch information
cantino authored Dec 25, 2023
2 parents 3be2bd9 + f170bc8 commit caad816
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 caad816

Please sign in to comment.