From 1ec70757694c1e42d657c8fc47c806733b8fc167 Mon Sep 17 00:00:00 2001 From: Eren Inan Canpolat Date: Sun, 7 Jan 2024 14:31:06 +0100 Subject: [PATCH] Fix Publish Nuget workflow --- .github/workflows/publish-nuget.yml | 6 ++---- src/Talo/talo.csproj | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 376db1f..506f779 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -1,10 +1,8 @@ name: Publish NuGet on: - push: - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - - 'v[0-9]+.[0-9]+.[0-9]+-.*' + release: + types: [published] env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 diff --git a/src/Talo/talo.csproj b/src/Talo/talo.csproj index 7143570..fcaf98f 100644 --- a/src/Talo/talo.csproj +++ b/src/Talo/talo.csproj @@ -8,7 +8,7 @@ true talo Canpolat.Talo - 0.1.0-beta-10 + 0.2.0-beta-01 false Eren Inan Canpolat Eren Inan Canpolat (c) 2024