We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866b66a commit 8c4ed46Copy full SHA for 8c4ed46
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
run: echo "flags=--nightly" >> $GITHUB_ENV
53
- if: matrix.os == 'windows-latest'
54
shell: bash
55
- run: echo "flags=--skip-before" >> $GITHUB_ENV # skip before hooks on windows (shell scripts for manpages and completions)
+ run: echo "flags=--skip=before" >> $GITHUB_ENV # skip before hooks on windows (shell scripts for manpages and completions)
56
- uses: goreleaser/goreleaser-action@v6
57
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
58
with:
0 commit comments