From e0f6a27a52835d950ff05347895bf957db9d2a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Tue, 14 Mar 2023 09:39:14 +0300 Subject: [PATCH] fix deprecated attestation name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8fd1fe312..2479bd1ce5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: - name: Download assets env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PROVENANCE: "${{ needs.provenance.outputs.attestation-name }}" + PROVENANCE: "${{ needs.provenance.outputs.provenance-name }}" run: | set -euo pipefail @@ -102,7 +102,7 @@ jobs: - name: Verify assets env: CHECKSUMS: ${{ needs.goreleaser.outputs.hashes }} - PROVENANCE: "${{ needs.provenance.outputs.attestation-name }}" + PROVENANCE: "${{ needs.provenance.outputs.provenance-name }}" run: | set -euo pipefail