From c6c5c0e50329504656275e5b07536b505f464b99 Mon Sep 17 00:00:00 2001 From: codito Date: Fri, 11 Oct 2024 19:59:34 +0530 Subject: [PATCH] chore: typo in ci --- .github/workflows/dotnet.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index cae4d0f..22e6bf9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -64,7 +64,6 @@ jobs: dotnet nuget push 'src/Xunit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json dotnet nuget push 'src/NUnit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json dotnet nuget push 'src/JUnit.Xml.Package/bin/Release/*.nupkg' --api-key ${{ secrets.SPEKT_MYGET_KEY }} --source https://www.myget.org/F/spekt/api/v3/index.json - - uses: google-github-actions/release-please-action@v3 - name: Create release if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' }} uses: google-github-actions/release-please-action@v4