From 07e3a6c38bad0ebef50303fd12dd4463f0befe89 Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Wed, 4 Oct 2023 09:59:36 +0200 Subject: [PATCH] Changed tag name to fix container image tag for tools --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e355173..a47b276 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -50,7 +50,7 @@ jobs: | head -n 1 )" - echo "version=${VERSION}+${INDYGREG_PYTHON_BUILD_STANDALONE_VERSION}" >>${GITHUB_OUTPUT} + echo "version=${VERSION}.${INDYGREG_PYTHON_BUILD_STANDALONE_VERSION}" >>${GITHUB_OUTPUT} - name: Release uses: ncipollo/release-action@v1