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 }}