Skip to content

Commit 9eaf91e

Browse files
authored
Updating releases process to use a different action (#17)
Changing github release action
1 parent 01f00c6 commit 9eaf91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: dotnet pack -c Release --output .
1818

1919
- name: Publish
20-
uses: brandedoutcast/publish-nuget@v2
20+
uses: alirezanet/publish-nuget@v3.0.3
2121
with:
2222
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
2323
PROJECT_FILE_PATH: src/NRedisStack/NRedisStack.csproj

0 commit comments

Comments
 (0)