Skip to content

Commit

Permalink
(chore) Bump appflow build version (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Oct 3, 2024
1 parent cc31185 commit a47bf58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Build iOS on Appflow
uses: ionic-team/appflow-build@v1
uses: ionic-team/appflow-build@v1.0.5
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: 9f0851ec
Expand All @@ -64,7 +64,7 @@ jobs:

steps:
- name: Build Android on Appflow
uses: ionic-team/appflow-build@v1
uses: ionic-team/appflow-build@v1.0.5
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: 9f0851ec
Expand All @@ -78,7 +78,7 @@ jobs:

steps:
- name: Build Android on Appflow
uses: ionic-team/appflow-build@v1
uses: ionic-team/appflow-build@v1.0.5
with:
token: ${{ secrets.APPFLOW_TOKEN }}
app-id: 9f0851ec
Expand Down

0 comments on commit a47bf58

Please sign in to comment.