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