Skip to content

Commit

Permalink
seems to want the file extension now
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Jan 9, 2025
1 parent 4324c53 commit cd7a8ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ echo "Kicking off release workflow in unisonweb/unison"
git fetch origin trunk
git tag "${tag}" "${src}"
git push origin "${tag}"
gh workflow run release --repo unisonweb/unison \
gh workflow run release.yaml --repo unisonweb/unison \
--ref "${tag}" \
--field "version=${version}"

echo "Kicking off Homebrew update task"
gh workflow run release --repo unisonweb/homebrew-unison --field "version=${version}"
gh workflow run release.yaml --repo unisonweb/homebrew-unison --field "version=${version}"

echo "Opening relevant workflows in browser"
gh workflow view release --web --repo unisonweb/homebrew-unison || true
gh workflow view release --web --repo unisonweb/unison || true
gh workflow view release.yaml --web --repo unisonweb/homebrew-unison || true
gh workflow view release.yaml --web --repo unisonweb/unison || true

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

0 comments on commit cd7a8ce

Please sign in to comment.