jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

Build on a tag, but publish to JitPack with commit id as vesrion #36

Open hantsy opened 1 year ago

hantsy commented 1 year ago

The project is hosted on Github: https://github.com/hantsy/arquillian-container-glassfish-jakarta

When setup it on JitCI and publish to JitPack, there is a tag created on Github, and I try to trigger a build, it is built successfully.

In the Publish page, expand the Internal tab, it is versioned with 7.0.0, but in the JitPack tab, it used the commit id as version.

Why it can not use the tag directly.

jitci