Skip to content

Commit

Permalink
run_number
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns authored May 2, 2022
1 parent 58f3725 commit 54fcb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build with Gradle
env:
CI_VERSION: ${{ github.ref }}
CI_BUILD_NUMBER: ${{ github.run_id }}
CI_BUILD_NUMBER: ${{ github.run_number }}
RELEASE_STORE_PASSWORD: ${{ secrets.RELEASE_STORE_PASSWORD }}
RELEASE_KEY_ALIAS: ${{ secrets.RELEASE_KEY_ALIAS }}
RELEASE_KEY_PASSWORD: ${{ secrets.RELEASE_KEY_PASSWORD }}
Expand Down

0 comments on commit 54fcb52

Please sign in to comment.