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 fc8260b commit c6e70dfCopy full SHA for c6e70df
.github/workflows/main.yml
@@ -49,6 +49,8 @@ jobs:
49
- name: Push codeCoverage to Codecov
50
run: bash <(curl -s https://codecov.io/bash)
51
- name: Echo credentials
52
- run: echo "bintrayUser=${{secrets.BINTRAY_USER}}\nbintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties && cat gradle.properties
+ run: echo "bintrayUser=${{secrets.BINTRAY_USER}}" >> gradle.properties
53
+ - name: Echo credentials Key
54
+ run: echo "bintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties && cat gradle.properties
55
- name: Publish plugin
56
run: ./gradlew bintrayUpload
0 commit comments