Skip to content

Commit

Permalink
ci(release): tweak release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed May 7, 2021
1 parent b0d87b7 commit c153631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/multiarch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

0 comments on commit c153631

Please sign in to comment.