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 4e137fb commit b5122f8Copy full SHA for b5122f8
.github/workflows/nuget.yml
@@ -5,6 +5,11 @@ on:
5
tags:
6
- 'v*'
7
8
+permissions: # Required for dorny/test-reporter@v1
9
+ contents: read
10
+ actions: read
11
+ checks: write
12
+
13
jobs:
14
release:
15
name: Release NuGet Package
@@ -56,7 +61,7 @@ jobs:
56
61
files: "**/coverage.cobertura.xml"
57
62
token: ${{ secrets.CODECOV_TOKEN }}
58
63
fail_ci_if_error: true
59
-
64
60
65
- name: Build NuGet Package
66
run: dotnet pack WouterVanRanst.Utils/WouterVanRanst.Utils.csproj --configuration Release /p:Version=${{ steps.get_version.outputs.VERSION }}
67
0 commit comments