Skip to content

Commit

Permalink
Update goreleaser config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 5, 2024
1 parent 7552c50 commit 072052e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git restore locale/
- name: Publish release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
if: ${{ !contains(github.ref, '-') }}
with:
args: release --clean
Expand Down
1 change: 1 addition & 0 deletions goreleaser.yml → .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- skip: true

Expand Down

0 comments on commit 072052e

Please sign in to comment.