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 d3e6e2c commit 021a979Copy full SHA for 021a979
.github/workflows/build-publish-nuget.yml
@@ -17,6 +17,7 @@ on:
17
18
jobs:
19
build:
20
+ permissions: write-all
21
runs-on: ubuntu-latest
22
env:
23
DOTNET_VERSION: 9.0.x
@@ -31,8 +32,10 @@ jobs:
31
32
uses: actions/setup-dotnet@v1
33
with:
34
dotnet-version: ${{ env.DOTNET_VERSION }}
35
+
36
- name: Cake Frosting Build and Push NuGet
37
run: dotnet run --project ${{ github.workspace }}/build/Build.csproj -- --srcDirectoryPath=${{ env.SRC_DIRECTORY_PATH_LIB }} --nugetVersion=${{ env.NUGET_VERSION }} --pushNuget=${{ env.PUSH_NUGET }} --nugetPushToken=${{ secrets.NUGET_PUSH_TOKEN }}
38
39
- name: Create Release
40
id: create_release
41
uses: actions/create-release@v1
0 commit comments