jonas-grgt/xjx

build: wrong commit tagged when releasing

Closed this issue · 0 comments

When releasing the github-tagger tags the repo based upon the last commit the github action has been triggered from.
This is not correct as during the run in the bump version step a new commit has been added. Which is not seen by the github-tagger although the previous step (checkout) check out the correct commit (inlcuding the bumped version).