Skip to content

Commit 244bc21

Browse files
committed
fix: correct GoReleaser action configuration in CI
1 parent 6030566 commit 244bc21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- name: Run goreleaser
2121
uses: goreleaser/goreleaser-action@v1
2222
with:
23-
distribution: goreleaser
2423
version: v1.17.2
2524
args: release --clean
2625
env:
27-
GITHUB_TOKEN: ${{secrets.TOKEN_GITHUB}}
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)