Skip to content

Commit

Permalink
fix: gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshPatole committed Aug 28, 2024
1 parent 4ae5298 commit 1f5cda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builds:
flags:
- -trimpath
ldflags:
- -s -w -X github.com/AshutoshPatole/ssm-v2/cmd.version={{.Version}} -X github.com/AshutoshPatole/ssm-v2/cmd.commit={{.Commit}} -X github.com/AshutoshPatole/ssm-v2/cmd.date={{ .CommitDate }} -X github.com/AshutoshPatole/ssm-v2/cmd.builtBy={{ .AshutoshPatole}} -X github.com/AshutoshPatole/ssm-v2/cmd.treeState={{ .IsGitDirty }}
- -s -w -X github.com/AshutoshPatole/ssm/cmd.version={{.Version}} -X github.com/AshutoshPatole/ssm/cmd.commit={{.Commit}} -X github.com/AshutoshPatole/ssm/cmd.date={{ .CommitDate }} -X github.com/AshutoshPatole/ssm/cmd.builtBy=AshutoshPatole -X github.com/AshutoshPatole/ssm/cmd.treeState={{ .IsGitDirty }}

archives:
- format: tar.gz
Expand Down Expand Up @@ -59,7 +59,7 @@ nfpms:
# Your app's homepage.
#
# Default: inferred from global metadata.
homepage: https://github.com/AshutoshPatole/ssm-v2
homepage: https://github.com/AshutoshPatole/ssm

# Your app's maintainer (probably you).
#
Expand Down

0 comments on commit 1f5cda2

Please sign in to comment.