From f05cdf8b9d3ffac309f4144a0bd3f14b65408cb6 Mon Sep 17 00:00:00 2001 From: jamshale Date: Tue, 16 Apr 2024 13:55:49 -0700 Subject: [PATCH] WIP --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 1e6af6fdc..2098bff65 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -41,7 +41,7 @@ jobs: tag_output=(git tag -n0 "*$version*") tags=0 - for item in $items + for item in $tag_output do tags=$((tags+1)) done