Skip to content

Commit

Permalink
Update release.yml (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebruijn authored Oct 25, 2024
1 parent bd8b1a9 commit 6c7137b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write
contents: write

steps:
- name: Checkout repository
Expand Down Expand Up @@ -64,4 +63,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
generate_release_notes: true
files: graphql-protect
files: graphql-protect

0 comments on commit 6c7137b

Please sign in to comment.