mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Disable automatic draft releases
This commit is contained in:
parent
3236f91db2
commit
c48bf5c488
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -93,6 +93,8 @@ jobs:
|
||||
|
||||
### create release
|
||||
- uses: marvinpinto/action-automatic-releases@latest
|
||||
# if inputs.release if an empty string, we're running automatically
|
||||
if: ${{ github.event.inputs.release != '' }}
|
||||
with:
|
||||
# changelog will be automatically generated from the history
|
||||
# between tag env.BASE_VERSION (eg 0.1.0 or 0.2.0, etc)
|
||||
|
Loading…
Reference in New Issue
Block a user