Skip to content

Commit

Permalink
Make git clone not shallow to show correct version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Feb 8, 2020
1 parent b1d59ce commit 91ee8e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Make local clone not shallow
shell: bash
run: git fetch --prune --unshallow

- name: Get tag name
id: get_head
shell: bash
Expand Down

0 comments on commit 91ee8e6

Please sign in to comment.