From a1c81c7120ee1fdcac838335bed62b9df6dd305c Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Thu, 2 Feb 2023 09:45:44 +0000 Subject: [PATCH] fixup! Fix pipefail in entrypoint.sh --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) 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