From ec63cf8c78bbc1f4dbf8a7ece4403614be1f1643 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Wed, 16 Apr 2025 13:38:20 +0200 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e7c94a61..3fbf83f11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,6 @@ on: permissions: contents: read packages: write - attestations: write jobs: containers: @@ -63,6 +62,7 @@ jobs: runs-on: ${{ matrix.os }} permissions: contents: write + attestations: write outputs: full-version: ${{ steps.bootstrap.outputs.full-version }} major-version: ${{ steps.bootstrap.outputs.major-version }}