Skip to content

Commit

Permalink
checkout the code...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Nov 22, 2024
1 parent f69649c commit 9f33ff1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'mater-cli-v')

steps:
- uses: actions/[email protected]

- id: check-version
name: Check version match
run: |
Expand Down Expand Up @@ -156,6 +158,8 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'storagext-cli-v')

steps:
- uses: actions/[email protected]

- id: check-version
name: Check version match
run: |
Expand Down Expand Up @@ -297,6 +301,8 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-node-v')

steps:
- uses: actions/[email protected]

- id: check-version
name: Check version match
run: |
Expand Down Expand Up @@ -436,6 +442,8 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-provider-client-v')

steps:
- uses: actions/[email protected]

- id: check-version
name: Check version match
run: |
Expand Down Expand Up @@ -575,6 +583,8 @@ jobs:
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-provider-server-v')

steps:
- uses: actions/[email protected]

- id: check-version
name: Check version match
run: |
Expand Down

0 comments on commit 9f33ff1

Please sign in to comment.