Closed grzesuav closed 1 year ago
Hi @grzesuav, sorry for the late reply.
You can use set the hooks
config option:
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
I also added it to the documentation of the action https://github.com/go-semantic-release/action#arguments
Hi,
there isn't any documentation around that, how I can configure this plugin to be used in github action ?