Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix: only configurations files on version: 2 are supported, yours is …
Browse files Browse the repository at this point in the history
…version: 0, please update your configuration
  • Loading branch information
RodrigoCMoraes committed Jun 5, 2024
1 parent e3d0f8e commit c5b851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
uses: goreleaser/goreleaser-action@v5.1.0
with:
args: "release"
env:
Expand Down

0 comments on commit c5b851f

Please sign in to comment.