Skip to content

Commit 4306d0d

Browse files
author
Chris Benard
committed
Use fixed GitHub action (brandedoutcast/publish-nuget#62)
1 parent 66bc83c commit 4306d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Publish
1919
- name: publish on version change
2020
id: publish_nuget
21-
uses: rohith/publish-nuget@v2
21+
uses: waldosax/publish-nuget@95f8e50d8df92e9bafae7188c5345a3534774d94
2222
with:
2323
# Filepath of the project to be packaged, relative to root of repository
2424
PROJECT_FILE_PATH: System.ServiceProcess.Core/System.ServiceProcess.Core.csproj

System.ServiceProcess.Core/System.ServiceProcess.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<PropertyGroup>
1717
<PackageId>Core.System.ServiceProcess</PackageId>
18-
<Version>2.0.0</Version>
18+
<Version>2.0.1</Version>
1919
<Description>Porting of System.ServiceProcess for .NET Standard 2.0 and .NET Core 3.0 from the Microsoft .NET Reference Source.</Description>
2020
<Product>Core.System.ServiceProcess</Product>
2121
<Copyright>Copyright (C) Microsoft Corporation (Modifications by Chris Benard)</Copyright>

0 commit comments

Comments
 (0)