Skip to content

Commit

Permalink
Fix Auto Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 committed Jan 8, 2025
1 parent 99d0544 commit 86e73e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: Publish NuGet Package
runs-on: ubuntu-latest

permissions:
packages: write
contents: read

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 86e73e3

Please sign in to comment.