From c15363106452df5190a755192cd45d081b04f482 Mon Sep 17 00:00:00 2001 From: jguer Date: Sat, 8 May 2021 00:38:32 +0200 Subject: [PATCH] ci(release): tweak release --- .github/workflows/multiarch-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index 49ad29d3c..b704f5e41 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.github/workflows/multiarch-build.yml @@ -57,6 +57,10 @@ jobs: needs: [build-releases] runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Read info id: tags shell: bash @@ -125,11 +129,7 @@ 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 - with: - fetch-depth: 0 - name: Release Notary Action - uses: aevea/release-notary@v0.9.3 + uses: docker://aevea/release-notary:0.9.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}