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 546a978 commit f611244Copy full SHA for f611244
.github/workflows/pr.yml
@@ -74,6 +74,9 @@ jobs:
74
# - name: Build minimuxer
75
# run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios
76
77
+ - name: Add PR suffix to version
78
+ run: sed -e '/MARKETING_VERSION = .*/s/$/-pr.${{ github.event.pull_request.number }}/' -i '' Build.xcconfig
79
+
80
- name: Setup Xcode
81
uses: maxim-lobanov/[email protected]
82
with:
0 commit comments