From 9f33ff1cb206923059e8d18f02e9899a9592463a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Fri, 22 Nov 2024 17:47:34 +0000 Subject: [PATCH] checkout the code... --- .github/workflows/release.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 16ac6653..e7c05bde 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,6 +17,8 @@ jobs: if: github.ref_type == 'tag' && startsWith(github.ref_name, 'mater-cli-v') steps: + - uses: actions/checkout@v4.2.2 + - id: check-version name: Check version match run: | @@ -156,6 +158,8 @@ jobs: if: github.ref_type == 'tag' && startsWith(github.ref_name, 'storagext-cli-v') steps: + - uses: actions/checkout@v4.2.2 + - id: check-version name: Check version match run: | @@ -297,6 +301,8 @@ jobs: if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-node-v') steps: + - uses: actions/checkout@v4.2.2 + - id: check-version name: Check version match run: | @@ -436,6 +442,8 @@ jobs: if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-provider-client-v') steps: + - uses: actions/checkout@v4.2.2 + - id: check-version name: Check version match run: | @@ -575,6 +583,8 @@ jobs: if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-provider-server-v') steps: + - uses: actions/checkout@v4.2.2 + - id: check-version name: Check version match run: |