Skip to content

Commit

Permalink
Updated .goreleaser.yaml file to skip the build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Lanzarotta committed Aug 13, 2024
1 parent c0bddba commit 68c58d0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,8 @@ env_files:
# # you may remove this if you don't need go generate
# - go generate ./...

#builds:
# - binary:
# timetracker
# env:
# - CGO_ENABLED=1
# goos:
# - windows
# goarch:
# - amd64
# ldflags:
# -s -w -X timetracker/cmd.BuildDateTime={{.Date}} -X timetracker/cmd.BuildVersion={{.Version}}
builds:
- skip: true

archives:
- format: tar.gz
Expand Down

0 comments on commit 68c58d0

Please sign in to comment.