Skip to content

Commit af2b1c2

Browse files
committed
(fix) Add missing perm to allow push to ghcr.io
1 parent f0ae9f4 commit af2b1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: write
12+
packages: write
1213

1314
jobs:
1415
release:

0 commit comments

Comments
 (0)