Skip to content

Commit

Permalink
Use fixed GitHub action (brandedoutcast/publish-nuget#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Benard committed Oct 14, 2021
1 parent 66bc83c commit 4306d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Publish
- name: publish on version change
id: publish_nuget
uses: rohith/publish-nuget@v2
uses: waldosax/publish-nuget@95f8e50d8df92e9bafae7188c5345a3534774d94
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: System.ServiceProcess.Core/System.ServiceProcess.Core.csproj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PropertyGroup>
<PackageId>Core.System.ServiceProcess</PackageId>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Description>Porting of System.ServiceProcess for .NET Standard 2.0 and .NET Core 3.0 from the Microsoft .NET Reference Source.</Description>
<Product>Core.System.ServiceProcess</Product>
<Copyright>Copyright (C) Microsoft Corporation (Modifications by Chris Benard)</Copyright>
Expand Down

0 comments on commit 4306d0d

Please sign in to comment.