From b6229b65ef2e2c087c7de703b53721b507a44f2c Mon Sep 17 00:00:00 2001 From: Shargon Date: Wed, 14 Feb 2024 15:32:18 +0100 Subject: [PATCH] remove disable PublishToGithub (#901) --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eaf514209..70360d161 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,8 +50,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} PublishGithub: - # Because sometimes this action is not working as expected we will disable it until determine that it's more stable - if: false && github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/') + if: github.ref == 'refs/heads/master' && startsWith(github.repository, 'neo-project/') needs: Test runs-on: ubuntu-latest steps: