Skip to content

Commit

Permalink
ci: Update release.yml to fix the failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Sep 28, 2023
1 parent 341b238 commit 53ba3f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
environment: NPM
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 53ba3f2

Please sign in to comment.