Skip to content

Commit dbf364c

Browse files
committed
Fix passwords for publishing to maven central.
1 parent 72d0806 commit dbf364c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
run: ./gradlew assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
1919
- name: Publish Snapshot
2020
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
21-
run: ./gradlew :fladle-plugin:publishAllPublicationsToMavenRepository -Pfladle.releaseMode -PsonatypeUsername=${{ secrets.SONATYPE_USERNAME }} -PsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}
21+
run: ./gradlew :fladle-plugin:publishAllPublicationsToMavenRepository -Pfladle.releaseMode -PmavenCentralUsername=${{ secrets.SONATYPE_USERNAME }} -PmavenCentralUsername=${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)