Skip to content

Commit 8c4ed46

Browse files
committed
ci: fix goreleaser config
1 parent 866b66a commit 8c4ed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "flags=--nightly" >> $GITHUB_ENV
5353
- if: matrix.os == 'windows-latest'
5454
shell: bash
55-
run: echo "flags=--skip-before" >> $GITHUB_ENV # skip before hooks on windows (shell scripts for manpages and completions)
55+
run: echo "flags=--skip=before" >> $GITHUB_ENV # skip before hooks on windows (shell scripts for manpages and completions)
5656
- uses: goreleaser/goreleaser-action@v6
5757
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
5858
with:

0 commit comments

Comments
 (0)