Skip to content

Commit de16b3c

Browse files
committed
Use the brandedoutcast reference for the github action to push to NuGet
1 parent 70520eb commit de16b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Publish
2424
- name: publish on version change
2525
id: publish_nuget
26-
uses: rohith/publish-nuget@v2
26+
uses: brandedoutcast/publish-nuget@v2
2727
with:
2828
# Filepath of the project to be packaged, relative to root of repository
2929
PROJECT_FILE_PATH: JsonByExampleGenerator.Generator/JsonByExampleGenerator.Generator.csproj

0 commit comments

Comments
 (0)