From c3f75299871dbced3c26ac6e5a1ab99af3ca660b Mon Sep 17 00:00:00 2001 From: valb3r Date: Mon, 6 Dec 2021 13:13:49 +0200 Subject: [PATCH] Modify branch check --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4fd46a9a..ddb377554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,3 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests fail_ci_if_error: false # Observing frequent failures of code coverage uploads - - name: Release plugin(s) - if: ${{ startsWith(github.ref_name, 'refs/tags/v') }} - run: ./gradlew publishPlugin - env: - INTELLIJ_PLUGIN_PUBLISH_TOKEN: ${{ secrets.INTELLIJ_PLUGIN_PUBLISH_TOKEN }}