Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Fix issue where release would fail validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Aug 25, 2020
1 parent fdb94f0 commit 192906e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ jobs:
with:
fetch-depth: 0

- name: Fix tag reference (workaround for https://github.com/actions/checkout/issues/290)
run: git fetch -f origin ${{ github.ref }}:${{ github.ref }}

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 192906e

Please sign in to comment.