We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7528aae commit 1606ffaCopy full SHA for 1606ffa
2 files changed
β.github/workflows/build.ymlβ
@@ -9,6 +9,11 @@ on:
9
branches:
10
- '*'
11
12
+permissions:
13
+ contents: read
14
+ actions: read
15
+ id-token: write
16
+
17
env:
18
DOTNET_NOLOGO: true
19
β.github/workflows/release.ymlβ
@@ -7,6 +7,11 @@ on:
7
- "[0-9]+.[0-9]+.[0-9]+"
8
- "[0-9]+.[0-9]+.[0-9]+-preview"
NuGetDirectory: ${{ github.workspace}}/nuget/release
0 commit comments