File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,16 @@ echo "Kicking off release workflow in unisonweb/unison"
52
52
git fetch origin trunk
53
53
git tag " ${tag} " " ${src} "
54
54
git push origin " ${tag} "
55
- gh workflow run release --repo unisonweb/unison \
55
+ gh workflow run release.yaml --repo unisonweb/unison \
56
56
--ref " ${tag} " \
57
57
--field " version=${version} "
58
58
59
59
echo " Kicking off Homebrew update task"
60
- gh workflow run release --repo unisonweb/homebrew-unison --field " version=${version} "
60
+ gh workflow run release.yaml --repo unisonweb/homebrew-unison --field " version=${version} "
61
61
62
62
echo " Opening relevant workflows in browser"
63
- gh workflow view release --web --repo unisonweb/homebrew-unison || true
64
- gh workflow view release --web --repo unisonweb/unison || true
63
+ gh workflow view release.yaml --web --repo unisonweb/homebrew-unison || true
64
+ gh workflow view release.yaml --web --repo unisonweb/unison || true
65
65
66
66
echo " Okay! All the work has been kicked off, it may take several hours to complete."
67
67
echo " Run '$0 --status' to see job status."
You can’t perform that action at this time.
0 commit comments