Skip to content

Commit 317531a

Browse files
author
csongorhegeduespartner
committed
Remove prepare app name and identifier step
1 parent 60929d9 commit 317531a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Install xmlstarlet
3737
run: sudo apt-get install -y xmlstarlet
3838

39-
- name: Prepare App Name and Identifier
40-
run: |
41-
chmod +x ./.github/workflows/update_app_identifiers.sh
42-
./.github/workflows/update_app_identifiers.sh ${{ github.event.number }}
39+
# - name: Prepare App Name and Identifier
40+
# run: |
41+
# chmod +x ./.github/workflows/update_app_identifiers.sh
42+
# ./.github/workflows/update_app_identifiers.sh ${{ github.event.number }}
4343

4444
- name: Build release package
4545
run: |

0 commit comments

Comments
 (0)