We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3bdae commit a04463cCopy full SHA for a04463c
.github/workflows/version-code-and-release.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
85
echo "Detected version: $version"
86
- git tag -a "v$version" -m "Release version $version"
+ git tag -a "dev-v$version" -m "Release version $version"
87
git push origin "v$version"
88
89
- name: Run Release Drafter
0 commit comments