We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39df305 commit a81e3f7Copy full SHA for a81e3f7
.github/workflows/release.yml
@@ -31,5 +31,6 @@ jobs:
31
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
32
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
33
run: |
34
+ ./gradlew publishReleasePublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
35
cd include-build
36
../gradlew publishPlugins -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
0 commit comments