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 0dd2305 commit 79f42d5Copy full SHA for 79f42d5
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
elif [[ $GITHUB_REF == refs/heads/* ]]; then
46
# Branch build.
47
echo IMAGE_TAG="$(echo "${GITHUB_REF#refs/heads/}" | sed -r 's|/+|-|g')" >> $GITHUB_ENV
48
- echo GORELEASER_ARGS="--clean --skip-validate" >> $GITHUB_ENV
+ echo GORELEASER_ARGS="--clean --skip=validate" >> $GITHUB_ENV
49
elif [[ $GITHUB_REF == refs/pull/* ]]; then
50
# PR build.
51
echo IMAGE_TAG="pr-$(echo "${GITHUB_REF}" | sed -E 's|refs/pull/([^/]+)/?.*|\1|')" >> $GITHUB_ENV
0 commit comments