Skip to content

Commit 73b79c1

Browse files
authored
Update upload.yml
1 parent f094809 commit 73b79c1

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/upload.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ permissions:
33
contents: write
44
on:
55
workflow_dispatch:
6-
inputs:
7-
version:
8-
description: 'Version Number'
9-
required: true
6+
#inputs:
7+
# version:
8+
# description: 'Version Number'
9+
# required: true
1010
jobs:
1111
merge_and_update:
1212
runs-on: macos-latest
@@ -27,13 +27,14 @@ jobs:
2727
git reset --hard origin/develop
2828
echo "Merge failed. Master reset to develop."
2929
)
30+
# We manually change the version number for now
3031
#- name: Update version in Xcode project
3132
# run: |
3233
# /usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString ${{ github.event.inputs.version }}" "Supporting Files/Info.plist"
3334
# /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
3839
- name: Force push changes
3940
run: git push --force origin master

0 commit comments

Comments
 (0)