Closed krissrex closed 2 years ago
@krissrex can you support with this issue? Here is what I got so far: https://github.com/crossecore/crossecore-generator/blob/master/.github/workflows/release.yml
I expect the release pipeline to be executed when I run git tag vx.x.x
and git push origin vx.x.x
, but the pipeline is not triggered.
You can now download the fatjar from the release assets: https://github.com/crossecore/crossecore-generator/releases/tag/v0.1.5
If you could modify the CI pipeline to create a GitHub release with the jar, that would be helpful. Then users don't have to build the project themselves.