Skip to content

Commit 6b0eafd

Browse files
authored
Merge pull request #24 from wgpsec/dev
fix: fix ci
2 parents 3c794f3 + 73700aa commit 6b0eafd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Release
2-
32
on:
43
push:
54
tags:
@@ -23,7 +22,7 @@ jobs:
2322
- name: Run GoReleaser
2423
uses: goreleaser/goreleaser-action@v6
2524
with:
26-
version: "~> v2"
25+
version: 1.26.2
2726
args: release --clean
2827
env:
2928
CGO_ENABLED: 0

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
project_name: lc
2-
version: 2
32
before:
43
hooks:
54
- go mod tidy

0 commit comments

Comments
 (0)