Skip to content

Commit

Permalink
chore(workflows): pls workflow works
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Sep 6, 2024
1 parent dcc8490 commit 5a81d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpha-release-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}

- name: 📱 Run Android Build
run: bun run build:alpha --non-interactive --output=kaguya-${{github.ref_name}}.apk --no-wait --message "Build alpha ${{ github.ref_name }}"
run: bun run build:alpha --non-interactive --output=kaguya-${{github.ref_name}}.apk --no-wait
shell: bash
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down

0 comments on commit 5a81d3b

Please sign in to comment.