Skip to content

Commit

Permalink
ci: Testing GoReleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 30, 2024
1 parent a83c079 commit 198640b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ report_sizes: true
# https://goreleaser.com/customization/builds/
builds:
- id: linux
binary: { { .ProjectName } }
binary: '{{ .ProjectName }}'
skip: false
mod_timestamp: '{{ .CommitTimestamp }}'
env:
Expand All @@ -31,7 +31,7 @@ builds:
- arm64

- id: windows
binary: { { .ProjectName } }
binary: '{{ .ProjectName }}'
skip: false
mod_timestamp: '{{ .CommitTimestamp }}'
env:
Expand All @@ -47,7 +47,7 @@ builds:
- arm64

- id: macos
binary: { { .ProjectName } }
binary: '{{ .ProjectName }}'
skip: false
mod_timestamp: '{{ .CommitTimestamp }}'
env:
Expand Down Expand Up @@ -96,7 +96,7 @@ signs:
release:
github:
owner: northwood-labs
name: { { .ProjectName } }
name: '{{ .ProjectName }}'
draft: true
replace_existing_draft: true
replace_existing_artifacts: true
Expand Down

0 comments on commit 198640b

Please sign in to comment.