Skip to content

Commit

Permalink
Fix permission for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ductran95 authored Aug 25, 2024
1 parent 1ff6b84 commit 8fb7d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
nuget:
runs-on: windows-latest
needs: [ build ]
permissions:
packages: write

steps:
- name: Checkout
Expand Down

0 comments on commit 8fb7d7e

Please sign in to comment.