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 6de2b35 commit 62651d9Copy full SHA for 62651d9
.github/workflows/gradle-build.yml
@@ -17,4 +17,4 @@ jobs:
17
run: ./gradlew assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
18
- name: Publish Snapshot
19
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
20
- run: ./gradlew :fladle-plugin:publishAllPublicationsToMavenCentralRepository -Pfladle.releaseMode -PmavenCentralUsername=${{ secrets.SONATYPE_USERNAME }} -PmavenCentralPassword=${{ secrets.SONATYPE_PASSWORD }}
+ run: ./gradlew :fladle-plugin:publishAllPublicationsToMavenRepository -Pfladle.releaseMode -PsonatypeUsername=${{ secrets.SONATYPE_USERNAME }} -PsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}
0 commit comments