From 684ec0514d37b41706fabd412140122f03307305 Mon Sep 17 00:00:00 2001 From: ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:21:08 +0200 Subject: [PATCH] fix: != condition --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e94f2384..c1c5aff1 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -108,7 +108,7 @@ jobs: path: "app/build/outputs/apk/google/alpha/app-google-alpha.apk" - name: Create GitHub Release - if: ${{ env.SKIP_BUILD != 'true' && github.repo =! 'rebelonion/Dantotsu' }} + if: ${{ env.SKIP_BUILD != 'true' && github.repo != 'rebelonion/Dantotsu' }} uses: softprops/action-gh-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}