Skip to content

Commit

Permalink
add goreleaser distribution key
Browse files Browse the repository at this point in the history
  • Loading branch information
dmacvicar committed Sep 22, 2024
1 parent b56831a commit 9656a32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -28,6 +30,7 @@ jobs:
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean
env:
Expand Down

0 comments on commit 9656a32

Please sign in to comment.