Skip to content

Commit b10de32

Browse files
committed
fix syntax
1 parent 4930547 commit b10de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Set up Aztec for latest version
4747
if: steps.latest.outputs.latest != steps.current.outputs.current
48-
run: aztec-up -v ${steps.latest.outputs.latest#v}
48+
run: aztec-up -v ${{ steps.latest.outputs.latest#v }}
4949

5050
- name: Run yarn update
5151
if: steps.latest.outputs.latest != steps.current.outputs.current

0 commit comments

Comments
 (0)