Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 1f6d942

Browse files
authored
Fix release creation in workflow
1 parent 0f34554 commit 1f6d942

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-unsigned-ipa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ jobs:
414414
gh release create "$TAG" \
415415
"$DEVICE_IPA" $SIM_ARG \
416416
--title "ProStore v$VERSION" \
417-
--notes "$CHANGELOG"
417+
--notes "$CHANGELOG" \
418+
--repo "$GITHUB_REPOSITORY"
418419
shell: bash
419420

420421
create-app-source-json:

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ targets:
3131
properties:
3232
CFBundleDisplayName: "ProStore"
3333
CFBundleName: "prostore"
34-
CFBundleVersion: "9"
35-
CFBundleShortVersionString: "1.1.3"
34+
CFBundleVersion: "10"
35+
CFBundleShortVersionString: "1.1.4"
3636
UILaunchStoryboardName: "LaunchScreen"
3737
NSPrincipalClass: "UIApplication"
3838
NSAppTransportSecurity:

0 commit comments

Comments
 (0)