diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a84c3d4..4f8c2a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,7 +93,7 @@ jobs: working-directory: bin/Release - run: 7z a ${{ github.event.repository.name }}.zip ${{ github.workspace }}/bin/Release/* - run: dotnet nuget push "**/*.nupkg" -s 'https://api.nuget.org/v3/index.json' -k ${{ secrets.NUGET }} - - uses: ncipollo/release-action@v1.10.0 + - uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true artifactErrorsFailBuild: true