We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60929d9 commit 317531aCopy full SHA for 317531a
.github/workflows/main.yml
@@ -36,10 +36,10 @@ jobs:
36
- name: Install xmlstarlet
37
run: sudo apt-get install -y xmlstarlet
38
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 }}
+ # - name: Prepare App Name and Identifier
+ # run: |
+ # chmod +x ./.github/workflows/update_app_identifiers.sh
+ # ./.github/workflows/update_app_identifiers.sh ${{ github.event.number }}
43
44
- name: Build release package
45
run: |
0 commit comments