File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ permissions:
3
3
contents : write
4
4
on :
5
5
workflow_dispatch :
6
- inputs :
7
- version :
8
- description : ' Version Number'
9
- required : true
6
+ # inputs:
7
+ # version:
8
+ # description: 'Version Number'
9
+ # required: true
10
10
jobs :
11
11
merge_and_update :
12
12
runs-on : macos-latest
@@ -27,13 +27,14 @@ jobs:
27
27
git reset --hard origin/develop
28
28
echo "Merge failed. Master reset to develop."
29
29
)
30
+ # We manually change the version number for now
30
31
# - name: Update version in Xcode project
31
32
# run: |
32
33
# /usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${{ github.event.inputs.version }}" "Supporting Files/Info.plist"
33
34
# /usr/libexec/PlistBuddy -c "Set :CFBundleIdentifier org.YuKaBu.app" "Supporting Files/Info.plist"
34
- - name : Commit version change
35
- run : |
36
- git add .
37
- git commit -m "Upload with Version ${{ github.event.inputs.version }}" --allow-empty
35
+ # - name: Commit version change
36
+ # run: |
37
+ # git add .
38
+ # git commit -m "Upload with Version ${{ github.event.inputs.version }}" --allow-empty
38
39
- name : Force push changes
39
40
run : git push --force origin master
You can’t perform that action at this time.
0 commit comments