Skip to content

Commit

Permalink
build: Fix release workflow fail due to missing git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Jan 18, 2025
1 parent abac262 commit 747f90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
uses: actions/checkout@v4
with:
ref: "refs/tags/v${{ needs.github.outputs.version }}"
fetch-tags: true
fetch-depth: 0

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v4
Expand Down

0 comments on commit 747f90c

Please sign in to comment.