Skip to content

Commit 41ddf30

Browse files
authored
chore: dropping publishing staging id
Testing new sonatype publish workflow.
1 parent 8f29e35 commit 41ddf30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ tasks {
99
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
1010
username.set(System.getenv("SONATYPE_USERNAME"))
1111
password.set(System.getenv("SONATYPE_PASSWORD"))
12-
stagingProfileId.set(System.getenv("COM_APOLLOGRAPHQL_PROFILE_ID"))
1312
}
1413
}
1514

0 commit comments

Comments
 (0)