We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4930547 commit b10de32Copy full SHA for b10de32
.github/workflows/nightly-update.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Set up Aztec for latest version
47
if: steps.latest.outputs.latest != steps.current.outputs.current
48
- run: aztec-up -v ${steps.latest.outputs.latest#v}
+ run: aztec-up -v ${{ steps.latest.outputs.latest#v }}
49
50
- name: Run yarn update
51
0 commit comments