diff --git a/.github/workflows/publish_storage_api.yml b/.github/workflows/publish_storage_api.yml index 7e00b9f..7c16448 100644 --- a/.github/workflows/publish_storage_api.yml +++ b/.github/workflows/publish_storage_api.yml @@ -19,6 +19,9 @@ jobs: distribution: adopt java-version: 11 + - name: Update local properties for secrets + run: echo CLIENT_ID="CLIENT_ID_VALUE" > ./local.properties + # Builds the release artifacts of the library - name: Release build run: ./gradlew :storage-api:assembleRelease diff --git a/.github/workflows/publish_storage_api_gms.yml b/.github/workflows/publish_storage_api_gms.yml index 0bf9190..2d4498f 100644 --- a/.github/workflows/publish_storage_api_gms.yml +++ b/.github/workflows/publish_storage_api_gms.yml @@ -21,6 +21,9 @@ jobs: distribution: adopt java-version: 11 + - name: Update local properties for secrets + run: echo CLIENT_ID="CLIENT_ID_VALUE" > ./local.properties + # Builds the release artifacts of the library - name: Release build run: ./gradlew :storage-api-drive-gms:assembleRelease diff --git a/.github/workflows/publish_storage_api_ngms.yml b/.github/workflows/publish_storage_api_ngms.yml index 139596c..be8de8b 100644 --- a/.github/workflows/publish_storage_api_ngms.yml +++ b/.github/workflows/publish_storage_api_ngms.yml @@ -21,6 +21,9 @@ jobs: distribution: adopt java-version: 11 + - name: Update local properties for secrets + run: echo CLIENT_ID="CLIENT_ID_VALUE" > ./local.properties + # Builds the release artifacts of the library - name: Release build run: ./gradlew :storage-api-drive-nongms:assembleRelease