Skip to content

Commit bd5a66f

Browse files
committed
fix: added permission
1 parent 2c0220f commit bd5a66f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
15+
packages: write
1516

1617
steps:
1718
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
@@ -49,6 +50,7 @@ jobs:
4950
runs-on: ubuntu-latest
5051
permissions:
5152
contents: read
53+
packages: write
5254

5355
strategy:
5456
matrix:

0 commit comments

Comments
 (0)