Skip to content

Commit

Permalink
fix: release workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Jan 6, 2022
1 parent 0154945 commit 3ab0054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions:
contents: write # to create a GitHub Release
issues: write # to comment on issues included in a release
pulls: write # to comment on Pull Requests included in a release
pull-requests: write # to comment on Pull Requests included in a release
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3ab0054

Please sign in to comment.