From 90214f4609195144a588c8b8a5790ecf26458535 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:26:27 +0300 Subject: [PATCH 1/3] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 59015a9..e03c4bf 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -19,7 +19,7 @@ jobs: - name: Publish to NuGet uses: kelson-dev/publish-nuget-fixed@2.5.6 with: - PROJECT_FILE_PATH: SPWorldsApi.csproj + PROJECT_FILE_PATH: spworlds-api.csproj VERSION_STATIC: ${{ steps.vars.outputs.tags }} TAG_COMMIT: true TAG_FORMAT: "*" From 258ecaaddca4c3fd19d3203f098fce2c29b13448 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:29:03 +0300 Subject: [PATCH 2/3] Update spworlds-api.csproj --- spworlds-api.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spworlds-api.csproj b/spworlds-api.csproj index 2c9e85c..370c2e0 100644 --- a/spworlds-api.csproj +++ b/spworlds-api.csproj @@ -8,7 +8,7 @@ spworlds-api Библиотека, созданная для облегчения работы с API сайта spworlds.ru. Что-то добавить или обновить можно в github проекта. MIT - 1.0.0 + 1.0.1 yawaflua yawaflua https://github.com/yawaflua/SPWorlds From 36d312657ed774b2ba9a1b8cfc08b6a59598ace6 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:30:44 +0300 Subject: [PATCH 3/3] Update nuget.yml --- .github/workflows/nuget.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index e03c4bf..e1f4910 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -3,7 +3,10 @@ name: NuGet - Release on: release: types: [published] - + push: + branches: [ "master" ] + + jobs: publish-nuget: runs-on: ubuntu-latest