We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c0205 commit 6ca8a96Copy full SHA for 6ca8a96
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Stamp version into Info.plist
32
run: |
33
PLIST="AmorphousMemoryMark/AmorphousMemoryMark/Info.plist"
34
- BUNDLE_VERSION=`expr $GITHUB_RUN_NUMBER + 27`
+ BUNDLE_VERSION=`expr $GITHUB_RUN_NUMBER + 43`
35
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $VERSION" "$PLIST"
36
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $BUNDLE_VERSION" "$PLIST"
37
0 commit comments