Fix publish.yml to fetch tags

This commit is contained in:
KMKoushik
2024-06-26 06:00:08 +10:00
parent 0e55e8954d
commit 0f0e2ada73

View File

@@ -83,7 +83,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Login to DockerHub
uses: docker/login-action@v3