From eccb0c13700bcc8f519d91043b9d87ee73f39b92 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 29 Jan 2024 16:49:01 -0800 Subject: [PATCH] Update foo.yml --- .github/workflows/foo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/foo.yml b/.github/workflows/foo.yml index 02893e52c..6fc8dbd96 100644 --- a/.github/workflows/foo.yml +++ b/.github/workflows/foo.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' - # fetch-depth: 0 # tags are required to determine the version + fetch-depth: 0 # tags are required to determine the version - name: check tag run: | git tag -l | sort -V