Skip to content

Commit

Permalink
fix: goreleaser error
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Jun 25, 2024
1 parent b910c48 commit 190675b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
project_name: fnsad

version: 2

env:
- CGO_ENABLED=1

Expand Down Expand Up @@ -108,5 +110,3 @@ checksum:
snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: false
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ release-dry-run:
release \
--clean \
--release-notes ./RELEASE_NOTE.md \
--skip-publish
--skip=publish

release-snapshot:
docker run \
Expand All @@ -326,7 +326,7 @@ release-snapshot:
--clean \
--release-notes ./RELEASE_NOTE.md \
--snapshot \
--skip-validate \
--skip-publish
--skip=validate \
--skip=publish

.PHONY: release release-dry-run release-snapshot

0 comments on commit 190675b

Please sign in to comment.