Skip to content

Commit

Permalink
Merge pull request #21 from wgpsec/dev
Browse files Browse the repository at this point in the history
fix: fix ci
  • Loading branch information
teamssix authored Oct 6, 2024
2 parents 45c53ac + 432e7f4 commit 14dd308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release
version: '~> v2'
args: release --clean
env:
CGO_ENABLED: 0
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}

0 comments on commit 14dd308

Please sign in to comment.