Skip to content

Commit

Permalink
DEFECT: Attempt to fix release GitHub Actions Workflow: #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux committed Nov 14, 2024
1 parent cdc32e0 commit 929bee2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ changelog:
- title: Others
order: 999

sboms:
- artifacts: archive
#sboms:
# - artifacts: archive

builds:
- main: main.go
Expand All @@ -89,9 +89,7 @@ builds:
- arm64
flags:
- -trimpath
- -ldflags=-s -w \
-X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} \
-X github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
- -ldflags=-s -w -X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
archives:
- id: tar
format: tar.gz
Expand Down

0 comments on commit 929bee2

Please sign in to comment.