From 56d57d6b7fb51b2c27796388d4ab6fbbaad99045 Mon Sep 17 00:00:00 2001 From: Fabio Gaming Date: Wed, 29 May 2024 15:39:40 +0200 Subject: [PATCH] adapted dev versioning --- .github/workflows/dev-autopublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-autopublish.yml b/.github/workflows/dev-autopublish.yml index 049dbce..b8a0e5e 100644 --- a/.github/workflows/dev-autopublish.yml +++ b/.github/workflows/dev-autopublish.yml @@ -26,7 +26,7 @@ jobs: - name: Determine version id: version - run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 10)).$((${GITHUB_RUN_NUMBER} % 10))" + run: echo "::set-output name=version::$((GITHUB_RUN_NUMBER / 100)).$(((GITHUB_RUN_NUMBER % 100) / 10)).$((GITHUB_RUN_NUMBER % 10))" - name: Get Project Version id: base_version