Skip to content

Commit

Permalink
github action fetch-depth 0, to fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Mar 7, 2022
1 parent 5f2d410 commit b813ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # See https://github.com/PaulHatch/semantic-version#important-note-regarding-the-checkout-action

- name: apt-get
run: |
Expand Down

0 comments on commit b813ee0

Please sign in to comment.