Skip to content

Commit

Permalink
Merge pull request #9 from workos/feat/updateProjectNameAndReleaseFil…
Browse files Browse the repository at this point in the history
…eNamesInGoReleaserConfig

Update project name and release tarball file names in `goreleaser` config
  • Loading branch information
kkajla12 authored Jul 28, 2024
2 parents 3e9a56d + 61b407d commit 5d95c18
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
@@ -1,4 +1,4 @@
project_name: WorkOS CLI
project_name: workos_cli
before:
hooks:
# - go mod tidy
Expand Down Expand Up @@ -30,7 +30,7 @@ builds:
archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 5d95c18

Please sign in to comment.