Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
distribution: temurin
cache: gradle

- uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}

- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4

- name: Download Dackka
run: |
gcloud storage cp gs://android-ci/mvn/com/google/devsite/dackka-fat/1.2.0/dackka-fat-1.2.0.jar ./

- name: Perform gradle build
run: |
./gradlew firebasePublish
Expand All @@ -32,16 +42,6 @@ jobs:
path: build/m2repository/
retention-days: 15

- uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}

- uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4

- name: Download Dackka
run: |
gcloud storage cp gs://android-ci/mvn/com/google/devsite/dackka-fat/1.2.0/dackka-fat-1.2.0.jar ./

- name: Upload release notes
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
Expand Down
1 change: 1 addition & 0 deletions appcheck/firebase-appcheck-debug-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@
# 16.0.0-beta01

- [feature] Initial beta release of the [app_check] Debug Testing SDK with abuse reduction features.

1 change: 1 addition & 0 deletions appcheck/firebase-appcheck-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@
# 16.0.0-beta01

- [feature] Initial beta release of the [app_check] Debug SDK with abuse reduction features.

1 change: 1 addition & 0 deletions appcheck/firebase-appcheck-playintegrity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@

- [feature] Added support for [Play Integrity](https://developer.android.com/google/play/integrity)
as an attestation provider.

Loading