Skip to content

Commit

Permalink
Upgraded to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 16, 2024
1 parent a78d880 commit 003b62e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# ---------------------------
# General
# ---------------------------
version: 2

before:
hooks:
- make all
Expand All @@ -18,8 +20,14 @@ changelog:
# ---------------------------
# Builder
# ---------------------------
build:
skip: true
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
skip: true

# ---------------------------
# Github Release
Expand Down

0 comments on commit 003b62e

Please sign in to comment.