Skip to content

Commit

Permalink
Update goreleaser.yaml to version 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincarr committed Aug 5, 2024
1 parent d2d6cec commit b238415
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 1
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 2

before:
hooks:
Expand All @@ -11,6 +14,8 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64

archives:
- format: tar.gz
Expand Down Expand Up @@ -38,9 +43,3 @@ release:
github:
owner: ProfoundNetworks
name: domainify

env_files:
github_token: ~/.gh_goreleaser

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit b238415

Please sign in to comment.