From e536338af77d557b62863797bd2c2b75616c7347 Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Tue, 19 Nov 2024 20:15:45 +0100 Subject: [PATCH] debug wf --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a66efee..587c0e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: uses: f2calv/gha-workflows/.github/workflows/lint.yml@v1 ci: - uses: f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget.yml@v1 + uses: f2calv/gha-workflows/.github/workflows/dotnet-publish-nuget.yml@f2calv/2024-11-dotnet9b with: configuration: ${{ github.event.inputs.configuration }} push-preview: ${{ github.event.inputs.push-preview }}