Skip to content

Commit 323f474

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 3548efb commit 323f474

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
@@ -139,12 +139,14 @@ jobs:
139139
- name: Run GoReleaser
140140
uses: goreleaser/goreleaser-action@v7
141141
with:
142+
distribution: goreleaser-pro
142143
version: '~> v2' # latest
143144
args: release --clean ${{ steps.get-tag-notes.outputs.args }}
144145
env:
145146
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
146147
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
147148
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
149+
GORELEASER_KEY: ${{ secrets.KOSLI_GORELEASERPRO }}
148150

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

0 commit comments

Comments
 (0)