Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Jul 29, 2024
1 parent 1c9b8c3 commit 13d2dff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,13 @@ jobs:
run: |
curl -fsSL https://ionic.io/get-appflow-cli | bash
- name: Get Commit SHA
id: commit_sha
run: echo "::set-output name=sha::$(git submodule status modules/apps/mobile | awk '{print $1}' | cut -c 2-7)"

- name: Build App
run: |
appflow build ${{ matrix.config.platform }} debug --commit ${{ github.sha }} --app-id=${{ secrets.IONIC_APP_ID }} --token ${{ secrets.IONIC_TOKEN }}
appflow build ${{ matrix.config.platform }} debug --commit ${{ steps.commit_sha.outputs.sha }} --app-id=${{ secrets.IONIC_APP_ID }} --token ${{ secrets.IONIC_TOKEN }}
#
# Stage 2: Deploy backend to staging
Expand Down

0 comments on commit 13d2dff

Please sign in to comment.