Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayllfilebyte authored Dec 30, 2023
1 parent bcd473e commit 109d116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: echo VERSION_NAME=$(echo v${{ steps.dt.outputs.year }}.${{ steps.dt.outputs.month }}.${{ steps.dt.outputs.day }}.${{ env.COM_ID }}) >> $GITHUB_ENV

- name: Set VERSION_CODE
run: echo VERSION_CODE=$(echo ${{ steps.dt.outputs.time }}) >> $GITHUB_ENV
run: echo VERSION_CODE=$(echo ${{ steps.dt.outputs.milliseconds_since_epoch }} | head -c 10) >> $GITHUB_ENV

- name: Override version name and code in build.gradle
uses: Devofure/advance-android-version-actions@v1.4
Expand Down

0 comments on commit 109d116

Please sign in to comment.