Skip to content

Commit

Permalink
Problem: goreleaser flow fails on release/v3 (#856)
Browse files Browse the repository at this point in the history
Solution: added the additional required permissions
  • Loading branch information
tomtau authored Sep 5, 2022
1 parent 688805c commit 0c60716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
tags:
- "v*.*.*"

permissions:
contents: write

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

0 comments on commit 0c60716

Please sign in to comment.