Skip to content

Commit

Permalink
Issue 45: Fix wrong commit number in snapshot version (#46)
Browse files Browse the repository at this point in the history
* [issue-45] Fix wrong commit number in snapshot version
Signed-off-by: Brian Zhou <[email protected]>
  • Loading branch information
crazyzhou authored Aug 2, 2021
1 parent 1816555 commit 46eec40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: echo Event '${{ github.event_name }}' for branch '${{ github.ref }}'.
- name: Checkout
uses: actions/checkout@v2
with:
# pull all the commits, so the commit count will be correct
fetch-depth: 0
- name: Cache Gradle packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 46eec40

Please sign in to comment.