Skip to content

Commit f611244

Browse files
authored
Add PR suffix to version in PR workflow
Signed-off-by: naturecodevoid <[email protected]>
1 parent 546a978 commit f611244

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
# - name: Build minimuxer
7575
# run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios
7676

77+
- name: Add PR suffix to version
78+
run: sed -e '/MARKETING_VERSION = .*/s/$/-pr.${{ github.event.pull_request.number }}/' -i '' Build.xcconfig
79+
7780
- name: Setup Xcode
7881
uses: maxim-lobanov/[email protected]
7982
with:

0 commit comments

Comments
 (0)