From 9d2819b0345db29c03f4b4c61f1b19149948aadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:53:24 +0000 Subject: [PATCH] Bump frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.2.1 Bumps [frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.2.1](https://github.com/frasermolyneux/actions) from 1.2.1 to 1.3.0. - [Commits](https://github.com/frasermolyneux/actions/compare/publish-nuget-packages/v1.2.1...publish-nuget-packages/v1.3.0) --- updated-dependencies: - dependency-name: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.2.1 dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-publish-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish-nuget.yml b/.github/workflows/release-publish-nuget.yml index 8c81055..07e6b9e 100644 --- a/.github/workflows/release-publish-nuget.yml +++ b/.github/workflows/release-publish-nuget.yml @@ -44,7 +44,7 @@ jobs: - name: Publish to NuGet.org if: env.HAS_RELEASE_TAG == 'true' - uses: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.2.1 + uses: frasermolyneux/actions/publish-nuget-packages@publish-nuget-packages/v1.3.0 with: artifact-name: nuget-packages artifact-run-id: ${{ github.event.workflow_run.id }}