Skip to content

Commit d3dea93

Browse files
authored
Merge pull request #5529 from unisonweb/fix/gh-workflow
2 parents 2d740de + cd7a8ce commit d3dea93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/make-release.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ echo "Kicking off release workflow in unisonweb/unison"
5252
git fetch origin trunk
5353
git tag "${tag}" "${src}"
5454
git push origin "${tag}"
55-
gh workflow run release --repo unisonweb/unison \
55+
gh workflow run release.yaml --repo unisonweb/unison \
5656
--ref "${tag}" \
5757
--field "version=${version}"
5858

5959
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}"
6161

6262
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
6565

6666
echo "Okay! All the work has been kicked off, it may take several hours to complete."
6767
echo "Run '$0 --status' to see job status."

0 commit comments

Comments
 (0)