mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Fixing release pipeline
This commit is contained in:
@@ -8,8 +8,12 @@ if [ -z "$CI" ]; then
|
||||
GORELEASER+=" --snapshot"
|
||||
fi
|
||||
|
||||
mkdir -p build
|
||||
|
||||
$GORELEASER
|
||||
|
||||
cp yq.1 build/yq.1
|
||||
|
||||
cd build
|
||||
|
||||
# Remove artifacts from goreleaser
|
||||
|
||||
Reference in New Issue
Block a user