Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
teamssix committed Oct 6, 2024
1 parent 169b31f commit 73700aa
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 73700aa

Please sign in to comment.