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
parent dd8aee2159
commit 2b18e4c73d
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