Skip to content

Commit

Permalink
fix(build): Fetch all tags before proceeding with release build (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie authored Mar 13, 2020
1 parent 0e67816 commit 04d4cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-java@v1
with:
java-version: 8
Expand Down

0 comments on commit 04d4cf0

Please sign in to comment.