mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
ci: Update GitHub workflow
This commit is contained in:
parent
e5eadb7325
commit
c1b632ccb1
1 changed files with 11 additions and 10 deletions
21
.github/workflows/github_release.yml
vendored
21
.github/workflows/github_release.yml
vendored
|
|
@ -71,22 +71,23 @@ jobs:
|
|||
# name: app-release-signed
|
||||
# path: ${{steps.sign_aab.outputs.signedReleaseFile}}
|
||||
|
||||
- name: Build Changelog
|
||||
id: changelog
|
||||
uses: ardalanamini/auto-changelog@v3
|
||||
with:
|
||||
mention-authors: false
|
||||
mention-new-contributors: false
|
||||
include-compare: false
|
||||
semver: false
|
||||
# - name: Build Changelog
|
||||
# id: changelog
|
||||
# uses: ardalanamini/auto-changelog@v3
|
||||
# with:
|
||||
# mention-authors: false
|
||||
# mention-new-contributors: false
|
||||
# include-compare: false
|
||||
# semver: false
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
body: ${{ steps.changelog.outputs.changelog }}
|
||||
release_name: Release v${{ github.ref }}
|
||||
body: '> Changelog coming soon'
|
||||
# body: ${{ steps.changelog.outputs.changelog }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue