Skip to content

Commit

Permalink
Add package write permission to release ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker committed Mar 12, 2022
1 parent 9615456 commit fcaca71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

permissions:
contents: write
packages: write

jobs:
Release:
Expand Down Expand Up @@ -44,4 +45,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fcaca71

Please sign in to comment.