Skip to content

Commit a04463c

Browse files
committed
add tag prefix
1 parent 4b3bdae commit a04463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-code-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
8585
echo "Detected version: $version"
86-
git tag -a "v$version" -m "Release version $version"
86+
git tag -a "dev-v$version" -m "Release version $version"
8787
git push origin "v$version"
8888
8989
- name: Run Release Drafter

0 commit comments

Comments
 (0)