Skip to content

Commit 5dc6492

Browse files
authored
Update auto-nightly.yml
1 parent d6424ae commit 5dc6492

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
echo '_${{ github.repository }}_' || :
3535
echo '_${{ github.actor }}_' || :
3636
echo '_${{ github.triggering_actor }}_' || :
37+
echo git ls-remote --tags -- '${{ github.repositoryUrl }}' | wc -l || printf '%s\n' '0'
38+
git ls-remote --tags -- '${{ github.repositoryUrl }}' | wc -l || printf '%s\n' '0'
3739
echo "$(git ls-remote --tags -- '${{ github.repositoryUrl }}' | wc -l || printf '%s\n' '0')"
3840
exit 0
3941
# Building nightly...

0 commit comments

Comments
 (0)