Skip to content

Commit 929bee2

Browse files
committed
DEFECT: Attempt to fix release GitHub Actions Workflow: #2
1 parent cdc32e0 commit 929bee2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.goreleaser.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ changelog:
7474
- title: Others
7575
order: 999
7676

77-
sboms:
78-
- artifacts: archive
77+
#sboms:
78+
# - artifacts: archive
7979

8080
builds:
8181
- main: main.go
@@ -89,9 +89,7 @@ builds:
8989
- arm64
9090
flags:
9191
- -trimpath
92-
- -ldflags=-s -w \
93-
-X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} \
94-
-X github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
92+
- -ldflags=-s -w -X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
9593
archives:
9694
- id: tar
9795
format: tar.gz

0 commit comments

Comments
 (0)