Skip to content

Commit eff7abc

Browse files
committed
fix with quotes
1 parent ec5076c commit eff7abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515
with:
16-
fetch-depth: ${{ startsWith(github.ref, 'refs/tags/v') && 0 || 1 }}
16+
fetch-depth: ${{ startsWith(github.ref, 'refs/tags/v') && '0' || '1' }}
1717

1818
- name: Retrieve the previous release version
1919
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)