Full url in postPublish hook

Hey,
does anyone know if it possible to get the full url in the postPublish hook? Currently when I run the hook I get the url to my expo project without the release channel info.
So, what I currently see posted to Slack is: AppName v0.7.6 published to https://exp.host/@jtklein/appname.
What I want to see is: AppName v0.7.6 published to https://exp.host/@jtklein/appname?release-channel=beta.
Possibly without additional effort in checking the manifest for release-channel and appending the url by myself.

Hey @jtklein - thanks for your suggestion. I’ve added a ticket internally, so hopefully we can get to this soon. In the meantime, you’ll need to do the workaround you suggested.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.