diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index cafe5e2f6..8cfa05f97 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -39,7 +39,7 @@ jobs: echo "Adding asset: ${asset}" assets+=("-a" "$asset") done - hub release create -d -p "${assets[@]}" -m "$VERSION" "$VERSION" + hub release create -p "${assets[@]}" -m "$VERSION" "$VERSION" build_source: name: Build source tarball