diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa5155d..561179f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,15 +5,9 @@ on: branches: ["main"] pull_request: branches: ["main"] - workflow_dispatch: - inputs: - okiedokie: - description: "Nerd Releases" - required: true - type: boolean permissions: - contents: read + contents: write jobs: Build: @@ -52,7 +46,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 - if: ${{ inputs.okiedokie }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -61,6 +54,5 @@ jobs: tag_name: latest body: | ## Release Notes - latest build by: [![Runner](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) files: JustAsPlanned.zip