We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee108a2 commit c34f8d7Copy full SHA for c34f8d7
2 files changed
.github/workflows/build_publish.yml
@@ -31,8 +31,6 @@ jobs:
31
env:
32
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
33
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
34
- DEVELOPER_ID: ${{ secrets.DEVELOPER_ID }}
35
- DEVELOPER_NAME: ${{ secrets.DEVELOPER_NAME }}
36
DEVELOPER_EMAIL: ${{ secrets.DEVELOPER_EMAIL }}
37
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
38
run: |
build.gradle
@@ -100,8 +100,8 @@ publishing {
100
101
developers {
102
developer {
103
- id = System.getenv('DEVELOPER_ID')
104
- name =System.getenv('DEVELOPER_NAME')
+ id = 'reducktion'
+ name = 'Reducktion'
105
email = System.getenv('DEVELOPER_EMAIL')
106
}
107
0 commit comments