Skip to content

Commit

Permalink
Problem: release workflow don't permission to create release (#569)
Browse files Browse the repository at this point in the history
Solution:
- specify permission explicitly
  • Loading branch information
yihuang authored Jul 4, 2022
1 parent 76e9440 commit 0d15321
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 @@ -4,6 +4,10 @@ on:
push:
tags:
- "v*.*.*"

permissions:
contents: write

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

0 comments on commit 0d15321

Please sign in to comment.