Skip to content

Commit

Permalink
Merge pull request #181 from cantino/revert-172-draft-release
Browse files Browse the repository at this point in the history
Revert "Make autogenerated release a draft release"
  • Loading branch information
cantino authored Aug 2, 2021
2 parents d4e6f44 + 01f92b4 commit 0e58edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mean_bean_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
draft: false
prerelease: false

- uses: actions/upload-release-asset@v1
Expand Down Expand Up @@ -129,7 +129,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 0e58edb

Please sign in to comment.