Skip to content

Commit 1d895d3

Browse files
committed
CI fetch tags
1 parent 3d97506 commit 1d895d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/esp32.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- name: Checkout
23+
uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 0
26+
fetch-tags: true
2327
- uses: actions/cache@v4
2428
with:
2529
path: |

0 commit comments

Comments
 (0)