We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364725e commit 4940775Copy full SHA for 4940775
.github/workflows/blank.yml
@@ -99,7 +99,9 @@ jobs:
99
zip --junk-paths debian.zip *.deb; mv debian.zip /tmp
100
101
- name: Build Release notes
102
- run: git tag -n10 --list ${{ github.ref_name }}
+ run: |
103
+ git fetch --depth=1 origin +refs/tags/*:refs/tags/*
104
+ git tag -l --format='%(contents)' ${{ github.ref_name }}
105
106
- name: Build a changelog
107
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md
0 commit comments