Skip to content

Commit e9e7a9c

Browse files
committed
Add explicit sp1up version in release.yml
1 parent ba66edf commit e9e7a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
run: |
364364
cd sp1up
365365
chmod +x sp1up
366-
bash -x sp1up --token ${{ secrets.GITHUB_TOKEN }}
366+
bash -x sp1up --token ${{ secrets.GITHUB_TOKEN }} --version ${{ needs.prepare.outputs.tag_name }}
367367
368368
- name: "Create SP1 project from template"
369369
run: |

0 commit comments

Comments
 (0)