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 26b70e0 commit ea76ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-tags: true

- name: Set up QEMU
Expand Down

0 comments on commit ea76ffa

Please sign in to comment.