mirror of
https://github.com/jonasbark/swiftcontrol.git
synced 2026-02-18 00:17:40 +01:00
fix patch yaml
This commit is contained in:
9
.github/workflows/patch.yml
vendored
9
.github/workflows/patch.yml
vendored
@@ -132,6 +132,15 @@ jobs:
|
||||
submodules: recursive
|
||||
token: ${{ secrets.PAT_TOKEN }}
|
||||
|
||||
- name: rename pubspec_overrides_ci.yaml to pubspec_overrides.yaml
|
||||
shell: pwsh
|
||||
run: |
|
||||
if (Test-Path pubspec_overrides_ci.yaml) {
|
||||
Rename-Item -Path pubspec_overrides_ci.yaml -NewName pubspec_overrides.yaml
|
||||
} else {
|
||||
Write-Output "No pubspec_overrides_ci.yaml found, skipping rename."
|
||||
}
|
||||
|
||||
- name: 🐦 Setup Shorebird
|
||||
uses: shorebirdtech/setup-shorebird@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user