Skip to content

Commit

Permalink
release job config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kozmod committed Jan 19, 2023
1 parent 1e79d08 commit 05a299f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Release
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: release
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 comments on commit 05a299f

Please sign in to comment.