Skip to content

Commit cc69cb3

Browse files
authored
chore: Added flag to close the repo (#856)
1 parent 11ba725 commit cc69cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/maven-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030

3131
- name: Publish Android/Java Packages to Maven
3232
shell: bash
33-
run: ./gradlew publishToSonatype -PisSnapshot=false --stacktrace
33+
run: ./gradlew publishToSonatype closeSonatypeStagingRepository -PisSnapshot=false --stacktrace
3434
env:
3535
MAVEN_USERNAME: ${{ inputs.ossr-username }}
3636
MAVEN_PASSWORD: ${{ inputs.ossr-token }}

0 commit comments

Comments
 (0)