Skip to content

Commit c6e70df

Browse files
authored
Update main.yml
1 parent fc8260b commit c6e70df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Push codeCoverage to Codecov
5050
run: bash <(curl -s https://codecov.io/bash)
5151
- name: Echo credentials
52-
run: echo "bintrayUser=${{secrets.BINTRAY_USER}}\nbintrayApiKey=${{secrets.BINTRAY_KEY}}" >> gradle.properties && cat gradle.properties
52+
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
5355
- name: Publish plugin
5456
run: ./gradlew bintrayUpload

0 commit comments

Comments
 (0)