Skip to content

Commit

Permalink
Merge pull request #22 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 14dd308 + 97b0b56 commit ad123a6
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@v6
uses: goreleaser/goreleaser-action@v3
with:
version: '~> v2'
args: release --clean
version: 2
args: release --rm-dist
env:
CGO_ENABLED: 0
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}

0 comments on commit ad123a6

Please sign in to comment.