fix(ui): ensure pre-releases are properly checked (#2564)
This commit is contained in:
parent
dd8aee2159
commit
2b18e4c73d
4 changed files with 89 additions and 39 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue