Skip to content

Commit

Permalink
Merge pull request #23 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 ad123a6 + 169b31f commit 3c794f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2
args: release --rm-dist
version: "~> v2"
args: release --clean
env:
CGO_ENABLED: 0
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project_name: lc

version: 2
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 3c794f3

Please sign in to comment.