Skip to content

Commit 23bba76

Browse files
authored
Merge pull request #56 from lekaf974/fix/ci-gorelease-issue
fix(ci): Update goreleaser args field
2 parents ff78375 + 2038083 commit 23bba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release-snapshot-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: goreleaser/goreleaser-action@v6
4040
with:
4141
version: 2 # Use latest GoReleaser action version
42-
args: release --clean --skip-validate -f goreleaser.yml # Corrected filename to root
42+
args: release --clean --skip validate -f goreleaser.yml # Corrected filename to root
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
RELEASE_CHANNEL: "stable"

0 commit comments

Comments
 (0)