Skip to content

Commit

Permalink
Problem: release workflow don't permission to create release (forward…
Browse files Browse the repository at this point in the history
… port: #569) (#570)

Solution:
- specify permission explicitly
  • Loading branch information
yihuang authored Jul 4, 2022
1 parent 64c32d9 commit 6c3a35d
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 6c3a35d

Please sign in to comment.