From 3f74c5597871fdd0ed2b294cac2160bb62cd8d83 Mon Sep 17 00:00:00 2001 From: netquick Date: Tue, 16 Jul 2024 00:29:03 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3b63c3..00bf129 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,9 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: # This line enables manual triggering of the workflow -permissions: # Add this section to specify permissions for the GITHUB_TOKEN +permissions: contents: write jobs: @@ -48,8 +49,6 @@ jobs: draft: false prerelease: false - - - name: Upload Release Asset uses: actions/upload-release-asset@v1 env: