1
0
mirror of https://github.com/Jguer/yay.git synced 2026-05-05 12:26:10 +02:00

ci(release): automatic changelog

This commit is contained in:
jguer 2020-10-16 13:12:22 +02:00
parent f6cb0bc460
commit 39717f3974
No known key found for this signature in database
GPG Key ID: 6D6CC9BEA8556B35

View File

@ -66,8 +66,6 @@ jobs:
with:
tag_name: ${{ steps.tags.outputs.tag }}
release_name: ${{ steps.tags.outputs.tag }}
body: |
${{ steps.changelog.outputs.changelog }}
draft: false
prerelease: false
- name: Upload x86_64 asset
@ -100,3 +98,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: Release Notary Action
uses: commitsar-app/release-notary@v0.8.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}