From 6befa2dc12e21954edbaa3bcbfa84db8d1b73db9 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 19 Jul 2024 13:45:12 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml making legal semver by using -alpha --- .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 810661256f..2754c7469a 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 }}.${{ steps.date.outputs.date }}'" >> $GITHUB_OUTPUT + run: echo "verdate='${{ steps.version.outputs.version }}-alpha${{ steps.date.outputs.date }}'" >> $GITHUB_OUTPUT test: