We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5076c commit eff7abcCopy full SHA for eff7abc
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v4
15
with:
16
- fetch-depth: ${{ startsWith(github.ref, 'refs/tags/v') && 0 || 1 }}
+ fetch-depth: ${{ startsWith(github.ref, 'refs/tags/v') && '0' || '1' }}
17
18
- name: Retrieve the previous release version
19
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments