Skip to content

Commit

Permalink
Update buildAndroid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Feb 3, 2024
1 parent 3035137 commit fc6d8e4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/buildAndroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
id: pkg
uses: jaywcjlove/github-action-package@v1.3.0

- name: Set Version Number Variable
id: versionNumber
uses: actions/github-script@v6
with:
result-encoding: string
script: |
return `${{ steps.pkg.outputs.version }}-nightly-${${{ github.run_number }} + 387}`
- name: Update package.json name
uses: jossef/action-set-json-field@v2.1
with:
Expand All @@ -32,14 +41,6 @@ jobs:
field: version
value: ${{ steps.versionNumber.outputs.result }}

- name: Set Version Number Variable
id: versionNumber
uses: actions/github-script@v6
with:
result-encoding: string
script: |
return `${{ steps.pkg.outputs.version }}-nightly-${${{ github.run_number }} + 387}`
- name: 🧶 Yarn install
run: yarn ci

Expand Down

0 comments on commit fc6d8e4

Please sign in to comment.