From 5afbe11bedfefba64237910cc53cb042ed1956c5 Mon Sep 17 00:00:00 2001 From: Goswin Rothenthal Date: Sun, 1 Dec 2024 21:56:19 +0100 Subject: [PATCH] tag parsing --- .github/workflows/releaseStandalone.yml | 2 +- FeshStandalone.fsproj | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/releaseStandalone.yml b/.github/workflows/releaseStandalone.yml index 18129a5..54d35e6 100644 --- a/.github/workflows/releaseStandalone.yml +++ b/.github/workflows/releaseStandalone.yml @@ -3,7 +3,7 @@ name: Build and Release Standalone on: push: tags: - - '*.*.*' + - '[0-9]+.[0-9]+.[0-9]+' jobs: build: diff --git a/FeshStandalone.fsproj b/FeshStandalone.fsproj index 166e365..d02323c 100644 --- a/FeshStandalone.fsproj +++ b/FeshStandalone.fsproj @@ -1,5 +1,6 @@ - + + @@ -10,16 +11,11 @@ NETFRAMEWORK - Release preview - + en en @@ -46,6 +42,7 @@ bin/standalone $(OtherFlags) --warnon:1182 CHANGELOG.md + Release