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 109d116 commit 56b2e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: dt
uses: Kaven-Universe/github-action-current-date-time@v1
with:
format: "YYMMDDHHmm"
format: "YYYY.MM.DD.HH.mm"
timezone-offset: -480

- name: Set COM_ID
Expand All @@ -74,7 +74,7 @@ jobs:
echo COM_ID=$ID >> $GITHUB_ENV
- name: Set VERSION_NAME
run: echo VERSION_NAME=$(echo v${{ steps.dt.outputs.year }}.${{ steps.dt.outputs.month }}.${{ steps.dt.outputs.day }}.${{ env.COM_ID }}) >> $GITHUB_ENV
run: echo VERSION_NAME=$(echo v${{ steps.dt.outputs.time }}.${{ env.COM_ID }}) >> $GITHUB_ENV

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

0 comments on commit 56b2e1a

Please sign in to comment.