Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Nov 16, 2024
1 parent 9658ab0 commit 94d16dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update CHANGELOG.md with new timestamp
shell: bash
run: |
DATE=$(date +"%Y/%m/%d")
sed -i "s/^###### Date.*/###### Date: $DATE/" CHANGELOG.md
- name: Commit 'itt' file
run: |
git config --global user.name "emadadel4"
Expand Down

0 comments on commit 94d16dc

Please sign in to comment.