Skip to content

Commit 4215199

Browse files
committed
Update publish workflow
1 parent 74e7307 commit 4215199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-dotnet@v1.6.0
12+
- uses: actions/setup-dotnet@v1
1313
with:
1414
dotnet-version: '3.1.x'
1515
- run: dotnet pack src/Regula.DocumentReader.WebClient -c Release -p:PackageVersion=${{github.event.release.name}}

0 commit comments

Comments
 (0)