From d534276b0a295888c112467509dc09d27b72e1d6 Mon Sep 17 00:00:00 2001 From: JuanPGarces Date: Mon, 25 Jan 2021 19:35:21 -0600 Subject: [PATCH] fixing release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84cb8aa..82650b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: uses: brandedoutcast/publish-nuget@v2 with: PROJECT_FILE_PATH: src\UPS\UPS.csproj - VERSION_REGEX: '^\s*(.*)<\/PackageVersion>\s*$' + VERSION_REGEX: '^\s*(.*)<\/Version>\s*$' TAG_FORMAT: '*' NUGET_KEY: ${{secrets.NUGET_API_KEY}}