Skip to content

Commit

Permalink
Remove draft flag from release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fin-ger committed Nov 29, 2021
1 parent ce273af commit f4318e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
tags:
- 'v*'
- test

name: release build

Expand All @@ -19,7 +18,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
draft: false
prerelease: false
- name: Output Release URL File
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url
Expand Down

0 comments on commit f4318e8

Please sign in to comment.