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.
@@ -1 +1 @@
1
- 1.0.46
1
+ 1.0.47
@@ -1 +1 @@
1
- 1.0.46
1
+ 1.0.47
@@ -1 +1 @@
1
- 1.0.46
1
+ 1.0.47
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gowalk-cicd",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Zero-config GitHub Actions delivery for iOS TestFlight and Android Google Play.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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: a private git dependency (e.g. the pomogator
76
- # onboarding SDK) is cloned by `flutter pub get` below. The runner has no
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 (the dep must then carry its own credentials).
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