Skip to content

Commit 53de7de

Browse files
authored
Updated publish script (#741)
1 parent 3458134 commit 53de7de

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
@@ -36,7 +36,7 @@ runs:
3636

3737
- name: Publish Android/Java Packages to Maven
3838
shell: bash
39-
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --stacktrace
39+
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -PisSnapshot=false --stacktrace
4040
env:
4141
JAVA_HOME: ${{ env.JAVA_HOME }}
4242
MAVEN_USERNAME: ${{ inputs.ossr-username }}

0 commit comments

Comments
 (0)