We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ea414 commit b785c08Copy full SHA for b785c08
.github/workflows/release.yml
@@ -37,4 +37,5 @@ jobs:
37
NEXUS_USER: ${{ secrets.NEXUS_RELEASE_USER }}
38
NEXUS_PASS: ${{ secrets.NEXUS_RELEASE_PASSWORD }}
39
run: |
40
- ./gradlew publishGradlePluginPublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
+ cd include-build
41
+ ../gradlew publishGradlePluginPublicationToMavenRepository -DLIBRARY_VERSION=${{ github.event.release.tag_name }}
0 commit comments