Skip to content

Commit

Permalink
Create non-draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Lammer committed Oct 20, 2022
1 parent fe34c4f commit 4d49bae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
- "readme-script_version-bump"
types:
- completed
push:
branches: [ci]

jobs:
release:
Expand Down Expand Up @@ -80,7 +78,7 @@ jobs:
repo_token: ${{ secrets.GH_TOKEN }}
automatic_release_tag: latest
prerelease: false
draft: true
draft: false
title: ${{ env.RELEASE_NAME }}
files: |
${{ env.SCRIPT_MINIFIED }}
Expand Down

0 comments on commit 4d49bae

Please sign in to comment.