Skip to content

Commit 565d3f1

Browse files
committed
fix: 'git describe'
1 parent f939071 commit 565d3f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
run: |
29+
git fetch --all # required to make 'git describe' work
2930
make builddeb
3031
gh release upload ${{ steps.release.outputs.tag_name }} *.deb

0 commit comments

Comments
 (0)