ci(release): tweak release

This commit is contained in:
jguer 2021-05-08 00:38:32 +02:00
parent b0d87b7a09
commit c153631064
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -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 }}