From 026b89bebc2e65094a0a9166db53e65fbff7db53 Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Fri, 28 Nov 2025 15:41:55 +0100 Subject: [PATCH] Change Tag Names to have v-Prefix Since all S-CORE modules use a v-prefix in front of their semvers, the devcontainer should do the same. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f93c6a..2669f73 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ description: 'This workflow is checking that for releases, updates do not break on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+' + - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build: strategy: