Update changelog-builder.yml

pull/1680/head
FonduemangVI 1 year ago committed by GitHub
parent e4da66f1da
commit 4a1e69e08f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,8 @@
name: Release Creation name: Release Creation
on: on:
workflow_dispatch: release:
types: [published]
jobs: jobs:
build: build:
@ -20,9 +21,7 @@ jobs:
# Change the update file # Change the update file
- name: Modify updates.txt - name: Modify updates.txt
env:
changelog: ${{ steps.build_changelog }}
uses: jaywcjlove/github-action-modify-file-content@main uses: jaywcjlove/github-action-modify-file-content@main
with: with:
path: docs\updates.txt path: docs\updates.txt
body: "{{date:YYYY-MM-DD HH:mm}}\n${{ steps.build_changelog }}" body: "{{date:YYYY-MM-DD HH:mm}}\n${{ steps.github_release.outputs.changelog }}"

Loading…
Cancel
Save