Skip to content

Commit

Permalink
fix:github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LinceMathew committed Dec 8, 2024
1 parent 7fd5a39 commit d93988a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
create-release:
permissions: write-all
permissions:
contents: write
pull-requests: write
repository-projects: write
runs-on: ubuntu-latest
steps:
- name: Create Release
Expand All @@ -22,7 +25,10 @@ jobs:
prerelease: false

releases-matrix:
permissions: write-all
permissions:
contents: write
pull-requests: write
repository-projects: write
name: Release Go Binary
runs-on: ubuntu-latest
needs: create-release
Expand Down

0 comments on commit d93988a

Please sign in to comment.