From 01e6d80525d24816062a456bc7b38f4b33e48cd4 Mon Sep 17 00:00:00 2001 From: jguer Date: Sun, 18 Oct 2020 20:46:49 +0200 Subject: [PATCH] fix(release): fix release pipeline --- .github/workflows/multiarch-build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index 4de0e22b..a3fdf430 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.github/workflows/multiarch-build.yml @@ -44,11 +44,6 @@ jobs: run: | echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//} - - name: Changelog - uses: scottbrenner/generate-changelog-action@master - id: changelog - env: - REPO: ${{ github.repository }} - uses: actions/download-artifact@v2 with: name: yay_x86_64 @@ -98,7 +93,10 @@ jobs: asset_path: ./yay_${{ steps.tags.outputs.version }}_aarch64.tar.gz asset_name: yay_${{ steps.tags.outputs.version }}_aarch64.tar.gz asset_content_type: application/tar+gzip + - name: Checkout + uses: actions/checkout@v2 - name: Release Notary Action uses: commitsar-app/release-notary@v0.8.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_REPOSITORY: jguer/yay