Skip to content

Commit

Permalink
Explicitly checkout tags
Browse files Browse the repository at this point in the history
  • Loading branch information
YaytayAtWork committed Jun 28, 2022
1 parent 90e755c commit 909802d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v3
- name: Checkout completely
uses: actions/checkout@v3
with:
fetch-depth: 0


- name: Checkout with tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- name: Cache Maven packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 909802d

Please sign in to comment.