Skip to content

Commit 1a5bdf9

Browse files
committed
Ensures that tags are available locally
1 parent 310ca9c commit 1a5bdf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
fetch-tags: true
2123

2224
- uses: nodef/[email protected]
2325
with:

0 commit comments

Comments
 (0)