Skip to content

Commit

Permalink
Merge pull request #337 from arnested/goreleaser-v2-config-syntax
Browse files Browse the repository at this point in the history
Goreleaser v2 config syntax
  • Loading branch information
arnested authored Jul 2, 2024
2 parents 0a43c5b + e8f9e0b commit 364ea3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v2
version: "~> v2"
args: release --snapshot
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v2
version: "~> v2"
args: release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
before:
hooks:
- go mod download
Expand Down

0 comments on commit 364ea3d

Please sign in to comment.