Skip to content

Commit

Permalink
Fix version for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed May 18, 2023
1 parent cec4b97 commit afa75ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
with:
# we don't know what commit the last tag was
fetch-depth: 0
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
Expand All @@ -41,6 +40,7 @@ jobs:
with:
# we don't know what commit the last tag was
fetch-depth: 0
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit afa75ff

Please sign in to comment.