Skip to content

Commit

Permalink
Update create_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DARKDRAGON-LK authored Apr 9, 2024
1 parent fa93999 commit 96d93a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Determine current date
id: current_date
run: echo "::set-output name=date::$(TZ=Asia/Colombo date +'%Y%m%d%H%M%S')"
run: echo "::set-output name=date::$(TZ=Asia/Colombo date +'%Y%m%d')"

- name: Reset counter if it's a new day
id: reset_counter
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Set Git user name and email
run: |
git config --global user.email "action@github.com"
git config --global user.name "github-action"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Stage changes
run: |
Expand Down

0 comments on commit 96d93a6

Please sign in to comment.