Update release.yml

This commit is contained in:
Max Goedjen 2021-01-18 12:49:49 -08:00 committed by GitHub
parent 3d86b6f441
commit 6e549f6aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,15 +67,17 @@ jobs:
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: ${{ github.ref }} release_name: ${{ github.ref }}
body: > body: |
Update description Update description
## Features ## Features
## Fixes ## Fixes
## Minimum macOS Version ## Minimum macOS Version
$(/usr/libexec/PlistBuddy -c 'print ":LSMinimumSystemVersion"' Archive.xcarchive/Products/Applications/Secretive.app/Info.plist)
## Build ## Build
https://github.com/maxgoedjen/secretive/actions/runs/${{ github.run_id }} https://github.com/maxgoedjen/secretive/actions/runs/${{ github.run_id }}