fix(ui): ensure pre-releases are properly checked (#2564)

This commit is contained in:
ReenigneArcher 2024-05-24 20:09:07 -04:00 committed by GitHub
commit 2b18e4c73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 89 additions and 39 deletions

View file

@ -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