Ignore draft input

This commit is contained in:
folex 2021-05-28 19:10:59 +03:00
parent 248f2b5902
commit a12b5334cc

View File

@ -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 }}"