goreleaser / goreleaser-action

GitHub Action for GoReleaser
https://github.com/marketplace/actions/goreleaser-action
MIT License
833 stars 73 forks source link

Duplicate: Add config file to GitHub action #426

Closed SpotlightForBugs closed 11 months ago

SpotlightForBugs commented 11 months ago

I want to customise the config, but there seems no way to do that...

caarlos0 commented 11 months ago

You mean the goreleaser config file?

Add to the root of your repo as usual and it should just work.

If you have the file in a different path or name, you can pass the path in the args option.

SpotlightForBugs commented 11 months ago

You mean the goreleaser config file?

Add to the root of your repo as usual and it should just work.

If you have the file in a different path or name, you can pass the path in the args option.

You are right! Thanks