Skip to content

Commit a81e3f7

Browse files
committed
publish plugin on nexus
1 parent 39df305 commit a81e3f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
3232
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
3333
run: |
34+
./gradlew publishReleasePublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
3435
cd include-build
3536
../gradlew publishPlugins -DLIBRARY_VERSION=${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)