Skip to content

Commit

Permalink
Revert "Make autogenerated release a draft release"
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino authored Aug 2, 2021
1 parent d4e6f44 commit 01f92b4
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 01f92b4

Please sign in to comment.