details on github release
dan9thsense opened this issue · 2 comments
dan9thsense commented
Can you provide details on how the github release should be done? For example, should there be a specific tag? Does it need its own personal access token?
jaybrecht commented
Yes, there should be a tag created when you create the release. That is what you should use in the "tag" line item in the yaml file.
These instructions show how to create a release on github: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release
This does not require a separate PAT. It essentially works as a branch on your repository.
dan9thsense commented
Thanks, working now.