Skip to content

Commit

Permalink
Fix GH actions write permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Aug 10, 2023
1 parent 54979c5 commit ea2f93e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Expand Up @@ -5,8 +5,7 @@ on:
tags:
- "v*" # Will trigger only if tag is pushed matching pattern `v*` (Eg: `v0.1.0`)

permissions:
contents: write
permissions: write-all

jobs:
goreleaser:
Expand Down

0 comments on commit ea2f93e

Please sign in to comment.