From 839e992afca4195a5d9b7ccf93abc6e665189554 Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:16:58 +0200 Subject: [PATCH] edited action --- .github/workflows/buildapp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 7a90254..813e6e1 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -140,14 +140,14 @@ jobs: name: YTLitePlus_${{ env.YOUTUBE_VERSION }}_${{ env.ytliteplus_version }} path: ${{ github.workspace }}/main/packages/${{ steps.build_package.outputs.package }} if-no-files-found: error - + - name: Prepare Release Notes run: | export TODAY=$(date '+%Y-%m-%d') - echo "$(sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ - -e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \ - -e "s/%DATE%/${TODAY}/g" \ - main/.github/RELEASE_TEMPLATE/Release.md)" > ${{ github.workspace }}/release_notes.md + sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \ + -e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \ + -e "s/%DATE%/$TODAY/g" \ + main/.github/RELEASE_TEMPLATE/Release.md > ${{ github.workspace }}/release_notes.md - name: Create Release id: create_release