Skip to content

Commit 3c4d9e7

Browse files
authored
Update blank.yml
1 parent d38a41d commit 3c4d9e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/blank.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ jobs:
8585

8686
steps:
8787
- uses: actions/checkout@v4
88+
with:
89+
fetch-depth: 0
90+
fetch-tags: true
8891

8992
- name: Create a debian package
9093
run: |
9194
cd infra/build
9295
./debianize.sh
9396
zip --junk-paths debian.zip *.deb; mv debian.zip /tmp
94-
- name: Fetch tags
95-
run: |
96-
echo "Fetch tags"
97-
git fetch --tags
97+
9898
- name: Build a changelog
9999
run: ./infra/scripts/prepare_release_msg.sh
100100
- name: Create Release

0 commit comments

Comments
 (0)