Skip to content

Commit

Permalink
chore: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov authored and jade-smith-rs46 committed Jun 4, 2024
1 parent 101278b commit 3c50cef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'

- name: Setup Node
uses: actions/setup-node@v4

Expand All @@ -28,6 +34,7 @@ jobs:
run: yarn workspace @rn-demo-app/app run android --mode=release

- name: Commit changes
if: ${{ !cancelled() }}
id: committer
uses: EndBug/add-and-commit@v9
env:
Expand Down

0 comments on commit 3c50cef

Please sign in to comment.