[FR] Reset package version and push tag via ci (#4260)

This commit is contained in:
Mika Ayenson
2024-11-07 12:11:00 -06:00
committed by GitHub
parent 48a051e3f1
commit 2ca746c4b4
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,7 @@ jobs:
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
echo "Detected version: $version"
git tag -a "dev-v$version" -m "Release version $version"
git push origin "v$version"
git push origin "dev-v$version"
- name: Run Release Drafter
uses: release-drafter/release-drafter@v6