Skip to content

Commit 90ca196

Browse files
authored
Update blank.yml
1 parent 6bd6642 commit 90ca196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
- name: Fetch tags
9595
run: |
9696
echo "Fetch tags"
97-
git fetch --tags
98-
git tag
97+
git fetch --tags --force
98+
git tag --sort=committerdate
9999
- name: Build a changelog
100100
run: ./infra/scripts/prepare_release_msg.sh
101101
- name: Create Release

0 commit comments

Comments
 (0)