Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c6ec346
Add new inputs: update-ios-repo; build-run-number
vvolkgang Sep 8, 2025
4e43488
Update release name to include build run number, following Android's โ€ฆ
vvolkgang Sep 8, 2025
0dd019a
Replace DevOps bot with BW Bot - removes code signing
vvolkgang Sep 8, 2025
8f8a184
remove workflow_call - unused
vvolkgang Sep 8, 2025
f70cdc0
Save sdk-swift new commit hash
vvolkgang Sep 8, 2025
50918e1
Remove pre-release input
vvolkgang Sep 8, 2025
75c0064
Remove github release job and replace action step with GH CLI
vvolkgang Sep 8, 2025
7737a94
Add step to trigger the sdk update in the iOS repo
vvolkgang Sep 8, 2025
afef6f4
Replace pre-release use with _BRANCH_NAME
vvolkgang Sep 8, 2025
18bf5eb
Remove step to fetch run_id - it's received from input
vvolkgang Sep 8, 2025
8c6a1cf
Update job name
vvolkgang Sep 8, 2025
0e10773
Update branch name to test
vvolkgang Sep 8, 2025
23e9940
Security - Use env vars in bash scripts instead of inline preprocessoโ€ฆ
vvolkgang Sep 8, 2025
07542e4
Update test branch name
vvolkgang Sep 8, 2025
9e53f9a
Replace file download step with GH CLI
vvolkgang Sep 8, 2025
f866603
Remove tag step; comment tagging code for now
vvolkgang Sep 8, 2025
678424b
Comment release and update trigger steps for testing
vvolkgang Sep 8, 2025
c4915f4
Fix sed
vvolkgang Sep 8, 2025
548b23a
Use env vars instead of github preprocessor vars
vvolkgang Sep 10, 2025
78b5f31
Add branch-name input and consolidate to a single job to reduce repeaโ€ฆ
vvolkgang Sep 10, 2025
5947064
Re-introduce commit signing
vvolkgang Sep 11, 2025
81cb157
Update crazy-max/ghaction-import-gpg to v6.3.0
vvolkgang Sep 11, 2025
add7008
Remove swiftformat build & run - reduces ~50-60% of workflow runtime.โ€ฆ
vvolkgang Sep 11, 2025
3f36a16
Output branch / commit
vvolkgang Sep 11, 2025
c601032
Use devops-bot email / name to fix commit signature verification
vvolkgang Sep 11, 2025
5b6f05a
Update commit message format
vvolkgang Sep 11, 2025
c5ef33f
Trigger iOS SDK Update
vvolkgang Sep 11, 2025
3dd7e2e
Fix trigger update token issue
vvolkgang Sep 11, 2025
27abadc
Add quick links to action summary
vvolkgang Sep 11, 2025
0aa36f2
Fix trigger update inputs
vvolkgang Sep 11, 2025
9512168
Address zizmor feedback
vvolkgang Sep 11, 2025
53a09c2
Uncomment github release
vvolkgang Sep 11, 2025
1ecc5d0
Copy cleanup
vvolkgang Sep 11, 2025
cd5dff4
Update build-swift release workflow trigger inputs
vvolkgang Sep 11, 2025
0b9af3e
Merge branch 'main' into vvolkgang/update-ios
vvolkgang Sep 11, 2025
ae8b640
Copy cleanup
vvolkgang Sep 11, 2025
66c4b00
Input refactor
vvolkgang Sep 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
ref: 'main',
inputs: {
'build-run-id': '${{ github.run_id }}',
'pre-release': 'true'
'build-run-number': '${{ github.run_number }}',
'sdk-swift-branch-name': 'unstable',
'update-ios-repo': 'true',
}
})
Loading