Skip to content

Commit 0277b9a

Browse files
committed
cd: fix the workflow with usernames
1 parent 49f1b9a commit 0277b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Determine next version
7979
id: version
8080
run: |
81-
git fetch --tags
81+
git fetch
8282
last_tag=${{ steps.previous_tag.outputs.previous_tag }}
8383
commit_range="${last_tag}..HEAD"
8484
major=0

0 commit comments

Comments
 (0)