diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98d37d1be..9bff14467 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,7 +185,7 @@ jobs: path: nupkgs - name: Create Github release - uses: ncipollo/release-action@v1.8.6 + uses: ncipollo/release-action@v1.8.10 with: prerelease: ${{ needs.build.outputs.is_prerelease }} token: ${{ secrets.GITHUB_TOKEN }}