Skip to content

Commit 872ee1c

Browse files
committed
Try make PlatformIO publication work...
1 parent afa36a2 commit 872ee1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
fetch-tags: true
22+
fetch-depth: 0 # Ensure all commits and tags are fetched
23+
24+
- name: Show latest tag
25+
run: git tag --sort=-creatordate | head -n 1
2226

2327
- name: Download release zip
2428
run: |

0 commit comments

Comments
 (0)