Skip to content

Commit

Permalink
create-release job에 permission 설정 추가.
Browse files Browse the repository at this point in the history
  • Loading branch information
leafbird committed Nov 9, 2023
1 parent 9a11bd1 commit d1f29da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
create-relase:
needs: build
runs-on: ubuntu-latest
permissions:
contents: write

steps:

Expand Down

0 comments on commit d1f29da

Please sign in to comment.