Skip to content

Commit 1fd5c94

Browse files
Merge branch 'main' into prep-for-next-release-8.17
2 parents 6895222 + 2ca746c commit 1fd5c94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
steps:
7373
- name: Checkout repository
7474
uses: actions/checkout@v4
75+
with:
76+
fetch-depth: 0
7577

7678
- name: Set github config
7779
run: |
@@ -84,7 +86,7 @@ jobs:
8486
version=$(grep '^version = ' pyproject.toml | cut -d '"' -f2)
8587
echo "Detected version: $version"
8688
git tag -a "dev-v$version" -m "Release version $version"
87-
git push origin "v$version"
89+
git push origin "dev-v$version"
8890
8991
- name: Run Release Drafter
9092
uses: release-drafter/release-drafter@v6

0 commit comments

Comments
 (0)