We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10de32 commit bb31e3cCopy full SHA for bb31e3c
.github/workflows/nightly-update.yaml
@@ -45,7 +45,9 @@ 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: |
49
+ tag=${{ steps.latest.outputs.latest }}
50
+ aztec-up -v ${tag#v}
51
52
- name: Run yarn update
53
0 commit comments