Skip to content

Commit a0096e3

Browse files
committed
Fetch tags too
1 parent 2203767 commit a0096e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout project
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1517
- name: Setup Build Cache
1618
uses: actions/cache@v1
1719
with:

0 commit comments

Comments
 (0)