mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 01:29:03 +03:00
Fix for Release Notes
Remove quotes smaller header
This commit is contained in:
4
.github/workflows/update-build-release.yml
vendored
4
.github/workflows/update-build-release.yml
vendored
@@ -82,8 +82,8 @@ jobs:
|
||||
sudo apt-get install jq
|
||||
sh ./.github/workflows/retrieve_version.sh
|
||||
|
||||
- name: Get Release HTML
|
||||
run: echo "release_html=$(jq -r '."desktop-release-notes.$VERSION"' ./dist/release_notes.json)" >> $GITHUB_ENV
|
||||
- name: Get Release Notes HTML
|
||||
run: echo "release_html=$(jq -r --arg version "$VERSION" '.["desktop-release-notes." + $version]' ./dist/release_notes.json)" >> $GITHUB_ENV
|
||||
|
||||
- run: rm -rf dist/release_notes.json
|
||||
|
||||
|
Reference in New Issue
Block a user