gowalk-cicd 1.0.46 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/action/.daemux-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.47
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.47
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.47
|
package/package.json
CHANGED
package/templates/deploy.yml
CHANGED
|
@@ -72,10 +72,11 @@ jobs:
|
|
|
72
72
|
~/Library/Caches/CocoaPods
|
|
73
73
|
key: pods-${{ runner.os }}-${{ hashFiles('ios/Podfile.lock', 'pubspec.lock') }}
|
|
74
74
|
restore-keys: pods-${{ runner.os }}-
|
|
75
|
-
# Same as the android job:
|
|
76
|
-
#
|
|
75
|
+
# Same as the android job: an app that deliberately carries a private git
|
|
76
|
+
# dependency has it cloned by `flutter pub get` below. The runner has no
|
|
77
77
|
# SSH key, so an https url only resolves once this token rewrite is in
|
|
78
|
-
# place. No secret => no-op (
|
|
78
|
+
# place. No secret => no-op (panel-built apps depend on pub.dev only; a
|
|
79
|
+
# private dep must otherwise carry its own credentials).
|
|
79
80
|
- name: Authenticate private git dependencies
|
|
80
81
|
if: ${{ steps.flutter.outputs.enabled == 'true' }}
|
|
81
82
|
shell: bash
|