Skip to content

Commit

Permalink
Merge pull request #24 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 3c794f3 + 73700aa commit 6b0eafd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Release

on:
push:
tags:
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: "~> v2"
version: 1.26.2
args: release --clean
env:
CGO_ENABLED: 0
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
project_name: lc
version: 2
before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 6b0eafd

Please sign in to comment.