typo
This commit is contained in:
parent
d1ffee2e49
commit
c8d484108d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue