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 72d0806 commit dbf364cCopy full SHA for dbf364c
.github/workflows/gradle-build.yml
@@ -18,4 +18,4 @@ jobs:
18
run: ./gradlew assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
19
- name: Publish Snapshot
20
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 }}
+ run: ./gradlew :fladle-plugin:publishAllPublicationsToMavenRepository -Pfladle.releaseMode -PmavenCentralUsername=${{ secrets.SONATYPE_USERNAME }} -PmavenCentralUsername=${{ secrets.SONATYPE_PASSWORD }}
0 commit comments