Skip to content

Commit 62651d9

Browse files
committed
Fix secrets and task name
1 parent 6de2b35 commit 62651d9

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
@@ -17,4 +17,4 @@ jobs:
1717
run: ./gradlew assembleDebug assembleDebugAndroidTest printYml check :fladle-plugin:check
1818
- name: Publish Snapshot
1919
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 }}
20+
run: ./gradlew :fladle-plugin:publishAllPublicationsToMavenRepository -Pfladle.releaseMode -PsonatypeUsername=${{ secrets.SONATYPE_USERNAME }} -PsonatypePassword=${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)