Skip to content

Commit e7185ad

Browse files
author
Guen Prawiroatmodjo
committed
fix typo
1 parent 80059fe commit e7185ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
steps:
6363
- name: Checkout repo
6464
uses: actions/checkout@v4
65-
fetch-tags: true
65+
with:
66+
fetch-tags: true
6667

6768
- name: Set up Python
6869
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)