Skip to content

Commit

Permalink
Firebase SDK v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keepup committed May 23, 2023
1 parent c60beb2 commit d7bed3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tgz2upm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
env:
base: https://dl.google.com/games/registry/unity/com.google.firebase.crashlytics/com.google.firebase.crashlytics
version: 10.7.0
name_version: 10_7_0
version: 11.0.0
name_version: 11_0_0
steps:
- uses: actions/checkout@v3
- name: Config
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Commit
run: |
git add --a
git commit -m "Firebase SDk-v${{ env.version }}"
git commit -m "Firebase SDK-v${{ env.version }}"
git push origin
- name: Cook UPM
Expand Down

0 comments on commit d7bed3c

Please sign in to comment.