diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3f622759b6b..76717e3c1b0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -125,7 +125,7 @@ jobs: - name: Configure Flatpak Manifest run: | # variables for manifest - branch=${{ github.head_ref }} + branch="${{ github.head_ref }}" commit=${{ needs.setup_release.outputs.release_commit }} # check the branch variable @@ -505,7 +505,7 @@ jobs: - name: Configure formula run: | # variables for formula - branch=${{ github.head_ref }} + branch="${{ github.head_ref }}" commit=${{ needs.setup_release.outputs.release_commit }} # check the branch variable @@ -623,7 +623,7 @@ jobs: - name: Configure Portfile run: | # variables for Portfile - branch=${{ github.head_ref }} + branch="${{ github.head_ref }}" commit=${{ needs.setup_release.outputs.release_commit }} # check the branch variable diff --git a/src_assets/common/assets/web/index.html b/src_assets/common/assets/web/index.html index a5b5a6f1199..9aeb4e399b5 100644 --- a/src_assets/common/assets/web/index.html +++ b/src_assets/common/assets/web/index.html @@ -24,7 +24,7 @@
{{ $t('index.new_pre_release') }}
{{preReleaseVersion.name}}-
{{preReleaseVersion.body}}+
{{preReleaseVersion.release.name}}+
{{preReleaseVersion.release.body}}
{{ $t('index.new_stable') }}
{{githubVersion.body}}+
{{githubVersion.release.body}}