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: