Skip to content

Commit

Permalink
Update github actions (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 8, 2023
1 parent 7e0edc0 commit c91eab4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_storage_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_storage_api_gms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_storage_api_ngms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c91eab4

Please sign in to comment.