You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#main.ts
L:17 if (repository !== undefined) {
core.info(`To create a release for this version, go to https://github.com/${repository}/releases/new?tag=${versionTag}&target=${currentCommit.split('/').slice(-1)[0]}`);
}
The text was updated successfully, but these errors were encountered:
Dill-Dall
changed the title
Make create release link work with enterprise domains.
Make create release link work with other domains.
Feb 1, 2023
We have "github.ourenterprisetitle.io/<enterprise-organization>/<repository>" instead of github.com/<repository>
But I bet that domain setup can vary(selfhosted vs cloud for instance), so would probably be best with just a relative domain like so
https://<domain+organization>/<repository...>
Would probably catch all cases.
Cheers 👋
The action asserts that the domain is always github.com meaning enterprises with their own domains can't use this feature and get a 404.
To create a release for this version, go to https://github.com/some-repo/pring-boot-starter/releases/new?tag=v0.1.0&target=sjdlkasdl
The text was updated successfully, but these errors were encountered: