From c49ddb85f1dc611f2415ce871859ab26b79cb863 Mon Sep 17 00:00:00 2001 From: Aneesh Atri Date: Thu, 19 Sep 2024 18:07:10 -0400 Subject: [PATCH] use release.sh instead of release --- .github/workflows/dd-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dd-build.yaml b/.github/workflows/dd-build.yaml index ecd971fa1e6..20a1fd6d922 100644 --- a/.github/workflows/dd-build.yaml +++ b/.github/workflows/dd-build.yaml @@ -28,7 +28,7 @@ jobs: env: KUBE_BUILD_PLATFORM: ${{ matrix.platform }} - name: Build etcd - run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/release --no-upload --no-docker-push --in-place ${{ env.RELEASE_VERSION_NO_V }} + run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/release.sh --no-upload --no-docker-push ${{ env.RELEASE_VERSION_NO_V }} env: GITHUB_REPOSITORY: ${{ github.repository }} - uses: actions/upload-artifact@v4