diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 75ac2b7..f244458 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -39,6 +39,6 @@ jobs: with: tag: ${{ github.event.inputs.tag }} create-github-release: ${{ github.event.inputs.create-github-release == 'true' }} - version-validation-paths: code/gradle.properties, code/analytics/src/main/java/com/adobe/marketing/mobile/analytics/internal/AnalyticsConstants.kt + version-validation-paths: code/gradle.properties version-validation-dependencies: Core ${{ github.event.inputs.core-dependency }} - secrets: inherit \ No newline at end of file + secrets: inherit