diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aebfb77..60e42f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -204,6 +204,8 @@ jobs: - name: Delete existing v1 tag and release run: | gh release delete v1 --cleanup-tag -y + env: + GH_TOKEN: ${{ secrets.GHCR_TOKEN }} - name: Create release [v1] uses: ncipollo/release-action@v1