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 8b9fce5 commit 364725eCopy full SHA for 364725e
.github/workflows/blank.yml
@@ -99,7 +99,7 @@ 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 }}
+ run: git tag -n10 --list ${{ github.ref_name }}
103
104
- name: Build a changelog
105
run: ./infra/scripts/prepare_release_msg.sh >> ./release.md
0 commit comments