mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
Ignore draft input
This commit is contained in:
parent
248f2b5902
commit
a12b5334cc
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -94,6 +94,6 @@ jobs:
|
||||
${{ env.JAR }}
|
||||
body: |
|
||||
[${{ env.VERSION }} @ NPM registry](https://www.npmjs.com/package/${{ env.PKG_NAME }}/v/${{ env.VERSION }})
|
||||
draft: ${{ github.event.inputs.draft }}
|
||||
draft: true #${{ github.event.inputs.draft }}
|
||||
prerelease: false
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
Reference in New Issue
Block a user