mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
typo
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user