From d9a8439e4b2045cbcc5a10c0cc12efc8f5434e0f Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Tue, 26 Oct 2021 00:50:25 -0700 Subject: [PATCH] Adjust nuget publish script (#1495) * Release v1.3.0 * regen docs * change nuget publish script to use rohit version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3b1109f0..054a8d4ff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Publish Terminal.Gui id: publish_nuget - uses: brandedoutcast/publish-nuget@v2.5.5 + uses: rohith/publish-nuget@v2 with: VERSION_STATIC: ${{ env.MINVERVERSIONOVERRIDE }} NUGET_SOURCE: https://api.nuget.org