Skip to content

Commit b785c08

Browse files
committed
remove publish_maven_central from include-build
1 parent c9ea414 commit b785c08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
NEXUS_USER: ${{ secrets.NEXUS_RELEASE_USER }}
3838
NEXUS_PASS: ${{ secrets.NEXUS_RELEASE_PASSWORD }}
3939
run: |
40-
./gradlew publishGradlePluginPublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
40+
cd include-build
41+
../gradlew publishGradlePluginPublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)