diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 5e5a4fd..87c5d1c 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -144,9 +144,9 @@ jobs: - name: Prepare Release Notes run: | export TODAY=$(date '+%Y-%m-%d') - sed -e "s/%%CERCUBE_VERSION%%/${{ inputs.cercube_version }}/g" \ - -e "s/%%YOUTUBE_VERSION%%/${{ inputs.youtube_version }}/g" \ - -e "s/%%TODAY%%/${TODAY}/g" \ + sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ + -e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \ + -e "s/%DATE%/${TODAY}/g" \ .github/RELEASE_TEMPLATE/Release.md > .github/release_notes.md - name: Create Release