From 9d40598eb1dd14b46a85f105894972a454001c6c Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 19 Apr 2021 19:29:19 +0200 Subject: [PATCH] Fixing version's regex --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 331f57cc..6f73c56c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: with: PROJECT_FILE_PATH: Kyoo.Common/Kyoo.Common.csproj PACKAGE_NAME: Kyoo.Common + VERSION_REGEX: ^\s*(.*)<\/PackageVersion>\s*$ NUGET_KEY: ${{secrets.NUGET_API_KEY}} INCLUDE_SYMBOLS: true - name: Create Release