We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc7dc3 commit 173d618Copy full SHA for 173d618
.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: VERSION=${{ steps.latest.outputs.latest }} aztec-up
+ run: aztec-up -v ${steps.latest.outputs.latest#v}
49
50
- name: Run yarn update
51
0 commit comments