This commit is contained in:
Balackburn
2023-07-04 02:29:52 +02:00
parent c8d484108d
commit 7bb8d34f87

View File

@@ -144,6 +144,7 @@ jobs:
- name: Prepare Release Notes
run: |
export TODAY=$(date '+%Y-%m-%d')
mkdir -p .github
sed -e "s/%CERCUBE_VERSION%/${{ inputs.cercube_version }}/g" \
-e "s/%YOUTUBE_VERSION%/${{ inputs.youtube_version }}/g" \
-e "s/%DATE%/${TODAY}/g" \