We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70520eb commit de16b3cCopy full SHA for de16b3c
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
# Publish
24
- name: publish on version change
25
id: publish_nuget
26
- uses: rohith/publish-nuget@v2
+ uses: brandedoutcast/publish-nuget@v2
27
with:
28
# Filepath of the project to be packaged, relative to root of repository
29
PROJECT_FILE_PATH: JsonByExampleGenerator.Generator/JsonByExampleGenerator.Generator.csproj
0 commit comments