From 7e34f9b19084b0d78182fafeb744a1b3519a2611 Mon Sep 17 00:00:00 2001 From: Roelf-Jan de Vries Date: Wed, 20 Dec 2023 09:12:19 +0100 Subject: [PATCH] Bump version --- .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 0cafb48..df7b157 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: dotnet test --configuration $BUILD_CONFIG --no-restore --no-build --verbosity normal - name: Pack - run: dotnet pack src/HaagsTranslator/HaagsTranslator.csproj -c Release --no-restore --no-build -p:PackageVersion=2.2.6 + run: dotnet pack src/HaagsTranslator/HaagsTranslator.csproj -c Release --no-restore --no-build -p:PackageVersion=2.2.7 - name: Push to NuGet run: dotnet nuget push **\*.nupkg --skip-duplicate -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}}