From d33db319fdf43f00189dd5d11eda7d4095e6d452 Mon Sep 17 00:00:00 2001 From: jguer Date: Mon, 3 Apr 2023 18:39:47 +0200 Subject: [PATCH] ci(yay): execute release-notary publish on ci --- .github/workflows/multiarch-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index cd424129f..76bffec31 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.github/workflows/multiarch-build.yml @@ -113,5 +113,7 @@ jobs: asset_content_type: application/tar+gzip - name: Release Notary Action uses: docker://aevea/release-notary:latest + run: release-notary publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_REPOSITORY: Jguer/yay