diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c213a232b1..4eb4210f0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -301,7 +301,7 @@ jobs: - name: Upload Nuget packages run: dotnet nuget push HIC.RDMP.Plugin*${{ steps.version.outputs.rdmpversion }}.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate -k ${{ secrets.NUGET_KEY }} - name: Upload binaries to release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.10.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/*