Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 21, 2024
1 parent 2cf8fad commit 03d18dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ jobs:
${{ steps.changelog.outputs.changelog }}
- name: Modify README.md
uses: jaywcjlove/github-action-modify-file-content@main
with:
branch: main
path: README.md
body: "{{date:YYYY-MM-DD HH:mm:ss}}"

# Create Docker Image
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 03d18dd

Please sign in to comment.