diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b6b19..54a05a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: inputs: release: description: 'Create a new release' - required: false + required: true default: 'false' type: boolean version: @@ -134,7 +134,6 @@ jobs: artifacts: 'dist/*' allowUpdates: true makeLatest: true - shell: pwsh - name: Create Release unix if: matrix.os != 'windows-latest' @@ -145,5 +144,4 @@ jobs: body: ${{ steps.chech_unix.outputs.BODY }} artifacts: 'dist/*' allowUpdates: true - makeLatest: true - shell: bash \ No newline at end of file + makeLatest: true \ No newline at end of file