From b88e35e3e7183d9bc05d3dd82d18fd2bd598bf58 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 19 Jul 2024 13:50:08 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml remove illegal conda version character - --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 2754c7469a..bad86bf2aa 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -35,7 +35,7 @@ jobs: - name: Version + date str id: verdate - run: echo "verdate='${{ steps.version.outputs.version }}-alpha${{ steps.date.outputs.date }}'" >> $GITHUB_OUTPUT + run: echo "verdate='${{ steps.version.outputs.version }}alpha${{ steps.date.outputs.date }}'" >> $GITHUB_OUTPUT test: