Skip to content

Commit

Permalink
Automatically set version name on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Apr 5, 2024
1 parent b277777 commit 0137530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ jobs:

- name: Update version name
run: ./gradlew updateReleaseVersionNameFromGit ${{ env.gradleArgs }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
CI_RELEASE_ID: ${{ needs.create-release.outputs.id }}
CI_TAG: ${{ steps.tag.outputs.tag }}


- if: ${{ env.isMac == 'true' }}
name: Prepare Android Signing Key
Expand Down

0 comments on commit 0137530

Please sign in to comment.