We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6d92c commit fc8260bCopy full SHA for fc8260b
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
run: bash <(curl -s https://codecov.io/bash)
33
34
release:
35
- if: github.event_name == 'release'
+ if: github.event_name != 'release'
36
runs-on: ubuntu-latest
37
steps:
38
- uses: actions/checkout@v2
@@ -49,6 +49,6 @@ jobs:
49
- name: Push codeCoverage to Codecov
50
51
- name: Echo credentials
52
- run: echo "bintrayUser=${{secrets.BINTRAY_USER}}\nbintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties
+ run: echo "bintrayUser=${{secrets.BINTRAY_USER}}\nbintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties && cat gradle.properties
53
- name: Publish plugin
54
run: ./gradlew bintrayUpload
0 commit comments