Skip to content

Commit

Permalink
fix(cd): give goreleaser permission to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein committed Jun 28, 2024
1 parent d069294 commit 7f6baaa
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 @@ -10,6 +10,10 @@ env:
GO111MODULE: on
GOPROXY: https://proxy.golang.org

permissions:
contents: write
packages: write

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

0 comments on commit 7f6baaa

Please sign in to comment.