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 84beab3 commit 1cececeCopy full SHA for 1cecece
script/build
@@ -29,7 +29,7 @@ else
29
goreleaser build --snapshot --clean "$@"
30
fi
31
32
-if [[ "$CI" == "true" ]]; then
+if [[ "${CI:-false}" == "true" ]]; then
33
tree -L 2 -a --dirsfirst -C -F -h -D dist/
34
echo "artifact_dir=dist" >> $GITHUB_OUTPUT
35
0 commit comments