From 3fba6e6a2a56a354b72999aaf53b19bad0cc8149 Mon Sep 17 00:00:00 2001 From: Diogo Trindade Date: Mon, 10 Apr 2023 14:26:41 +0100 Subject: [PATCH] Fixed nuget workflow --- .github/workflows/nuget.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index fe329b9d9..c45941a79 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -3,8 +3,6 @@ name: Publish Nuget packages on: workflow_dispatch: push: - branches: - - master jobs: version: @@ -37,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' + dotnet-version: '7.0.x' - name: Checkout uses: actions/checkout@v3 - name: Pack Artemis.Core