From eaf67d83f933846082b7809eb4e088a38707666f Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sun, 11 May 2025 16:04:21 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml strip daily conda build version date string --- .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 6c517f2264..57e6ab6ab4 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: