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
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
draft: false
|
||||
files: |
|
||||
build/birdbot
|
||||
sample_config.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user