Skip to content

Commit 6bd6642

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ jobs:
9191
cd infra/build
9292
./debianize.sh
9393
zip --junk-paths debian.zip *.deb; mv debian.zip /tmp
94+
- name: Fetch tags
95+
run: |
96+
echo "Fetch tags"
97+
git fetch --tags
98+
git tag
9499
- name: Build a changelog
95100
run: ./infra/scripts/prepare_release_msg.sh
96101
- name: Create Release

0 commit comments

Comments
 (0)