We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049873d commit 5512c8eCopy full SHA for 5512c8e
.github/workflows/appdistribution.yml
@@ -15,7 +15,7 @@ concurrency:
15
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
16
cancel-in-progress: true
17
18
-jobs:
+jobs:
19
spm:
20
uses: ./.github/workflows/common.yml
21
with:
.github/workflows/auth.yml
@@ -54,7 +54,7 @@ jobs:
54
retry_on: error
55
retry_wait_seconds: 120
56
command: scripts/pod_lib_lint.rb ${{ matrix.podspec }} --platforms=${{ matrix.target }} ${{ matrix.tests }}
57
-
+
58
spm-package-resolved:
59
env:
60
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
0 commit comments