From c4175da5ccc4f6b8e928bf43eb73ff429d2e3553 Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Tue, 1 Oct 2024 16:27:03 +0300 Subject: [PATCH 1/2] - fix contract builds --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 748b6831..63b6e6fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,8 +9,7 @@ permissions: jobs: build: - uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.2.0 + uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.3.5 with: - image_tag: v6.1.0 + image_tag: v6.0.0 attach_to_existing_release: true - package_whole_project_src: true From 57eb86c2af0832978f9ed41db8d082b0bf20c481 Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Tue, 1 Oct 2024 16:29:37 +0300 Subject: [PATCH 2/2] - fixes --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63b6e6fe..ebe25691 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ permissions: jobs: build: - uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.3.5 + uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.2.0 with: - image_tag: v6.0.0 + image_tag: v7.0.0 attach_to_existing_release: true