From 70f912c8117567f082f04d84979c524f2dbe81aa Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 26 Jan 2023 15:46:57 -0500 Subject: [PATCH] Update publish-json.yml --- .github/workflows/publish-json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-json.yml b/.github/workflows/publish-json.yml index 5fd34da1..3a936f96 100644 --- a/.github/workflows/publish-json.yml +++ b/.github/workflows/publish-json.yml @@ -22,7 +22,7 @@ jobs: # Publish - name: publish on version change - uses: irezanet/publish-nuget@v3.0.0 + uses: alirezanet/publish-nuget@v3.0.0 with: PROJECT_FILE_PATH: src/SmartEnum.JsonNet/SmartEnum.JsonNet.csproj # Relative to repository root VERSION_FILE_PATH: Directory.Build.props # Filepath with version info, relative to repository root. Defaults to project file