Prevent boolean casting that breaks the checks

This commit is contained in:
Oliver 2025-11-16 12:07:45 -07:00
parent 1b986da6d4
commit 03b647cac1

View file

@ -43,7 +43,7 @@ jobs:
runs-on: act
needs:
- create-artifacts
if: vars.RELEASE_TO_FORGEJO == true
if: vars.RELEASE_TO_FORGEJO == "yes"
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
@ -68,7 +68,7 @@ jobs:
name: "Create Github release"
needs:
- create-artifacts
if: vars.RELEASE_TO_GITHUB == true
if: vars.RELEASE_TO_GITHUB == "yes"
steps:
- name: Download artifacts
uses: actions/download-artifact@v4