Skip to content

Commit

Permalink
Merge branch 'main' of github.com:w568w/DanXi
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Mar 20, 2022
2 parents b17650b + d0b0992 commit f85dce2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
run: |
git add .
git commit -m "[GitHub Action] Bump Build Number"
- name: Push Build Number Update
run: git push origin main

- name: Import Keys
run: |
Expand Down Expand Up @@ -84,7 +87,3 @@ jobs:
APP_STORE_CONNECT_API_KEY_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ISSUER_ID }}
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
APP_STORE_CONNECT_API_KEY_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY_ID }}


- name: Push Build Number Update
run: git push origin main

0 comments on commit f85dce2

Please sign in to comment.