Skip to content

Commit 38f3f7c

Browse files
authored
Update release.yml (#150)
1 parent 6c7137b commit 38f3f7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ env:
99
REGISTRY: ghcr.io
1010
IMAGE_NAME: ${{ github.repository }}
1111

12-
permissions:
13-
contents: write
14-
1512
jobs:
1613

1714
build-and-push-release:
1815
runs-on: ubuntu-latest
1916

2017
permissions:
2118
contents: write
19+
packages: write
2220

2321
steps:
2422
- name: Checkout repository

0 commit comments

Comments
 (0)