Prevent boolean casting that breaks the checks
This commit is contained in:
parent
1b986da6d4
commit
03b647cac1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue