Fix publish.yml to fetch tags

This commit is contained in:
KMKoushik
2024-06-26 05:43:29 +10:00
parent 26b70e0219
commit ea76ffae1d

View File

@@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true
- name: Set up QEMU