From c8d484108dba173500922dc54c599173de57111c Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Tue, 4 Jul 2023 02:19:15 +0200 Subject: [PATCH] typo --- .github/workflows/buildapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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