diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 237594d..144679c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,6 @@ jobs: release: needs: build runs-on: ubuntu-latest - if: github.event.inputs.question == 'YES' steps: - name: Download All Artifacts uses: actions/download-artifact@v4 @@ -136,4 +135,4 @@ jobs: draft: false prerelease: false env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}