Skip to content

Commit 119cd7d

Browse files
committed
Added distribution: goreleaser-pro and GORELEASER_KEY: ${{ secrets.KOSLI_GORELEASERPRO }} — that's the standard way the goreleaser-action picks up the pro license.
1 parent a2221b5 commit 119cd7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,14 @@ jobs:
149149
- name: Run GoReleaser
150150
uses: goreleaser/goreleaser-action@v7
151151
with:
152+
distribution: goreleaser-pro
152153
version: '~> v2' # latest
153154
args: release --clean ${{ steps.get-tag-notes.outputs.args }}
154155
env:
155156
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156157
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
157158
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
159+
GORELEASER_KEY: ${{ secrets.KOSLI_GORELEASERPRO }}
158160

159161
- name: Copy npm packages into dist for provenance
160162
run: find npm -name "*.tgz" -exec cp {} dist/ \;

0 commit comments

Comments
 (0)