Skip to content

Commit fa2ccbe

Browse files
authored
Merge pull request #189 from AztecProtocol/jc/rm-nightly-update
Update reference to test workflow for getting the version tag
2 parents 9571e8c + 5782f78 commit fa2ccbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
if: steps.latest.outputs.latest != steps.current.outputs.current
5555
run: yarn update
5656

57-
- name: Update tests workflow version
57+
- name: Update sandbox workflow version
5858
if: steps.latest.outputs.latest != steps.current.outputs.current
5959
run: |
60-
sed -i "s/VERSION=[0-9.]*/VERSION=${TAG#v}/" .github/workflows/tests.yaml
60+
sed -i "s/VERSION=[0-9.]*/VERSION=${TAG#v}/" .github/workflows/sandbox.yaml
6161
6262
- name: Clean up temporary files
6363
if: steps.latest.outputs.latest != steps.current.outputs.current

0 commit comments

Comments
 (0)