Skip to content

Commit b914c51

Browse files
committed
ci(release): use GoReleaser Pro distribution with GORELEASER_KEY
1 parent 238e55c commit b914c51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323

2424
- uses: goreleaser/goreleaser-action@v6
2525
with:
26-
distribution: goreleaser
26+
distribution: goreleaser-pro
2727
version: "~> v2"
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)