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: