Skip to content

Commit

Permalink
FIXME: back to goreleaser v5?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Dec 10, 2024
1 parent c162e88 commit de06243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- run: git config --global --add safe.directory $GITHUB_WORKSPACE

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: '~> v2'
version: latest
args: build --snapshot

- uses: actions/upload-artifact@v4
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: 2

project_name: pgroll

before:
Expand Down

0 comments on commit de06243

Please sign in to comment.