We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9571e8c + 5782f78 commit fa2ccbeCopy full SHA for fa2ccbe
.github/workflows/nightly-update.yaml
@@ -54,10 +54,10 @@ jobs:
54
if: steps.latest.outputs.latest != steps.current.outputs.current
55
run: yarn update
56
57
- - name: Update tests workflow version
+ - name: Update sandbox workflow version
58
59
run: |
60
- sed -i "s/VERSION=[0-9.]*/VERSION=${TAG#v}/" .github/workflows/tests.yaml
+ sed -i "s/VERSION=[0-9.]*/VERSION=${TAG#v}/" .github/workflows/sandbox.yaml
61
62
- name: Clean up temporary files
63
0 commit comments