Skip to content

Commit b5122f8

Browse files
fix: nuget
1 parent 4e137fb commit b5122f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions: # Required for dorny/test-reporter@v1
9+
contents: read
10+
actions: read
11+
checks: write
12+
813
jobs:
914
release:
1015
name: Release NuGet Package
@@ -56,7 +61,7 @@ jobs:
5661
files: "**/coverage.cobertura.xml"
5762
token: ${{ secrets.CODECOV_TOKEN }}
5863
fail_ci_if_error: true
59-
64+
6065
- name: Build NuGet Package
6166
run: dotnet pack WouterVanRanst.Utils/WouterVanRanst.Utils.csproj --configuration Release /p:Version=${{ steps.get_version.outputs.VERSION }}
6267

0 commit comments

Comments
 (0)