mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-18 03:56:52 +02:00
ae6f7c157c
Was `goreleaer.yml`
17 lines
339 B
Markdown
17 lines
339 B
Markdown
---
|
|
title: GitHub Enterprise
|
|
---
|
|
|
|
You can use GoReleaser with GitHub Enterprise by providing its URLs in
|
|
the `.goreleaser.yml` configuration file:
|
|
|
|
```yaml
|
|
# .goreleaser.yml
|
|
github_urls:
|
|
api: api.github.foo.bar
|
|
upload: uploads.github.foo.bar
|
|
download: github.foo.bar
|
|
```
|
|
|
|
If none are set, they default to GitHub's public URLs.
|