Skip to content

Commit

Permalink
Use correct build number
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Sep 4, 2024
1 parent 3337ca2 commit 836ab9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: buildNumber
with:
base: 100
run-id: ${GITHUB_RUN_NUMBER}
run-id: ${{github.run_number}}
- name: Setup JDK
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: buildNumber
with:
base: 100
run-id: ${GITHUB_RUN_NUMBER}
run-id: ${{github.run_number}}
- name: Put distribution cert
env: # Or as an environment variable
APPLE_DISTRIBUTION_CERT_P12_BASE64: ${{ secrets.APPLE_DISTRIBUTION_CERT_P12_BASE64 }}
Expand Down

0 comments on commit 836ab9a

Please sign in to comment.