diff --git a/.github/workflows/release_nuget.yml b/.github/workflows/release_nuget.yml index a88f85a..5d7df16 100644 --- a/.github/workflows/release_nuget.yml +++ b/.github/workflows/release_nuget.yml @@ -7,7 +7,7 @@ on: jobs: publish: runs-on: ubuntu-latest - + permissions: write-all steps: - name: Check out repository uses: actions/checkout@v3