From ef4fcdbd0011465d91d97ce09b762a99bbd10536 Mon Sep 17 00:00:00 2001 From: dal Date: Wed, 12 Feb 2025 09:14:07 -0700 Subject: [PATCH] my fault for not double checking the static version placeholder for now --- .github/workflows/cli-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-release.yml b/.github/workflows/cli-release.yml index 630f4ac8d..ae01eafb0 100644 --- a/.github/workflows/cli-release.yml +++ b/.github/workflows/cli-release.yml @@ -75,7 +75,7 @@ jobs: - name: Get version id: get_version run: | - VERSION=$(0.0.1) + VERSION=0.0.1 echo "version=$VERSION" >> $GITHUB_OUTPUT - name: Create Release