Skip to content

Commit

Permalink
Merge pull request #12 from hughesjs/fix-cd
Browse files Browse the repository at this point in the history
Added write permission to release step
  • Loading branch information
hughesjs authored May 6, 2024
2 parents 13c0683 + 72f49a3 commit eaf4da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
needs: test
name: Create a Package Release
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4 # Need the full commit history for conventional commit
- name: Setup .NET
Expand Down

0 comments on commit eaf4da6

Please sign in to comment.