edited action
This commit is contained in:
parent
1bf75f9c47
commit
839e992afc
1 changed files with 5 additions and 5 deletions
8
.github/workflows/buildapp.yml
vendored
8
.github/workflows/buildapp.yml
vendored
|
|
@ -144,10 +144,10 @@ jobs:
|
|||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue