Closed wenboown closed 5 months ago
It seems that the problem is we added this code to release.yml in 238ab7d
It created a latest
tag in the repo. Ever since then, the release-drafter
cannot create new release numbers. Even after we deleted this part of the code.
The solution is
You can manually delete the problematic latest
tag from your repository to see if it resolves the issue. Here’s how to do it:
List Tags:
git tag -l
Delete Local Tag:
git tag -d latest
Delete Remote Tag:
git push origin --delete latest
problem:
when running the
Release
action, new release are not created. We got the following bug in several runs since v0.1.25: https://github.com/SeineAI/SeineSailor/actions/runs/9134842334/job/25121187522It seems that the needs.create_release.outputs.full-tag and needs.create_release.outputs.short-tag are empty strings