Fix drafting on release
This commit is contained in:
parent
6cbe4df36c
commit
c13c0225c3
1
.github/workflows/publish_release.yaml
vendored
1
.github/workflows/publish_release.yaml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
draft: false
|
||||||
files: |
|
files: |
|
||||||
build/birdbot
|
build/birdbot
|
||||||
sample_config.yaml
|
sample_config.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user