Skip to content

Commit

Permalink
fix(ci): permissions for releases pkgs (#24)
Browse files Browse the repository at this point in the history
Part2. content should be: write
  • Loading branch information
albttx authored Feb 22, 2024
1 parent a76211f commit 42bf9d4
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 @@ -10,7 +10,7 @@ on:
- "v[0-9]+\\.[0-9]+\\.[0-9]+-rc[0-9]+"

permissions:
contents: read
contents: write
packages: write

jobs:
Expand Down

0 comments on commit 42bf9d4

Please sign in to comment.