Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netquick authored Jul 15, 2024
1 parent 76c7fc9 commit 3f74c55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -48,8 +49,6 @@ jobs:
draft: false
prerelease: false



- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 3f74c55

Please sign in to comment.