From 2afcfba3f0589f06b945b4170cb7082190d29880 Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Thu, 18 Jan 2024 06:29:09 +0200 Subject: [PATCH] fix: Package write --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04b66a5..c691798 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: types: [created] permissions: actions: write + packages: write env: REGISTRY: ghcr.io @@ -50,8 +51,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Log in to the Container registry uses: docker/login-action@v3 with: