From 29eaee9230966375f10c501f19dfe25afe9819ef Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Wed, 10 Jun 2026 09:13:16 +0200 Subject: [PATCH] tag version --- .gitea/workflows/action.yaml | 1 - Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 90a7cad..51aed22 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -13,7 +13,6 @@ jobs: - name: install run: | sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile - echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile make install sh maketestenv.sh - name: Run tests diff --git a/Makefile b/Makefile index 707cac0..22b0a3a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ include /ioc/tools/driver.makefile MODULE=ePowerSwitch -MODULE_VERSION=1.0.0 BUILDCLASSES=Linux EPICS_VERSIONS=7.0.7