Skip to content

Commit 88fdbd1

Browse files
committed
ci: use goreleaser pro
Thanks @caarlos0 for the free key!
1 parent 566ac29 commit 88fdbd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
with:
15+
fetch-depth: 0
1416

1517
- name: Set up Go
1618
uses: actions/setup-go@v5
@@ -20,7 +22,9 @@ jobs:
2022
- name: Run GoReleaser
2123
uses: goreleaser/goreleaser-action@v6
2224
with:
25+
distribution: goreleaser-pro
2326
version: latest
2427
args: release --clean
2528
env:
2629
GITHUB_TOKEN: ${{secrets.GH_PAT}}
30+
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}

0 commit comments

Comments
 (0)