Skip to content

Commit

Permalink
Update publish-to-nuget.yml
Browse files Browse the repository at this point in the history
update of action script to fix internal bug, see brandedoutcast/publish-nuget#76
  • Loading branch information
Adrian Singer authored Mar 30, 2022
1 parent 8bfbf2a commit ecfcb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: publish on version change
# Publish
id: publish_nuget
uses: rohith/publish-nuget@v2
uses: alirezanet/publish-nuget@v3.0.0
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: src/TeleScope.${{matrix.projects}}/TeleScope.${{matrix.projects}}.csproj
Expand Down

0 comments on commit ecfcb74

Please sign in to comment.