From 05bc558cc4b85a776f96ed56d59514a43238e3e9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 23 Apr 2024 22:53:27 +0000 Subject: [PATCH] Update version to v20.3.11 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d26bce5..9d85476 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - name: Run docker container working-directory: ${{ env.BUILD_DIR_PATH }} - run: docker run --rm -e RELATIVE_PATH=${{ inputs.relative_path }} -e MAKE_TARGET=${{ inputs.make_target }} -e PACKAGE=${{ inputs.package }} -v "${{ env.BUILD_DIR_PATH }}:/inspector/home" ghcr.io/stellar-expert/soroban-build-workflow:v20.3.1 + run: docker run --rm -e RELATIVE_PATH=${{ inputs.relative_path }} -e MAKE_TARGET=${{ inputs.make_target }} -e PACKAGE=${{ inputs.package }} -v "${{ env.BUILD_DIR_PATH }}:/inspector/home" ghcr.io/stellar-expert/soroban-build-workflow:v20.3.11 - name: Get wasm file name working-directory: ${{ env.BUILD_DIR_PATH }}