Skip to content

Commit

Permalink
Fix release workflow permission
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yomo committed May 2, 2022
1 parent ca068fa commit 734daca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
tags:
- 'v*'

permissions:
contents: write

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 734daca

Please sign in to comment.