Skip to content

Commit

Permalink
Fix publish.yml to fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Jun 25, 2024
1 parent 0e55e89 commit 0f0e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f0e2ad

Please sign in to comment.