Skip to content

Commit 94c6427

Browse files
committed
ci: Fix missing workflow folder
1 parent 715352d commit 94c6427

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v6
19-
fetch-tags: true
19+
with:
20+
fetch-tags: true
2021
- uses: fregante/setup-git-user@v2
2122
- name: Create tag if not exists
2223
env:

0 commit comments

Comments
 (0)