Skip to content

Commit

Permalink
Modify branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Dec 6, 2021
1 parent 7697979 commit c3f7529
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c3f7529

Please sign in to comment.