Skip to content

Commit

Permalink
chore: #34 Automatically generate updated CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMrYan committed Jul 4, 2024
1 parent faf1a00 commit b62fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git config --global user.email "crazymryan@gmail.com"
git config --global user.name "CrazyMrYan"
git add CHANGELOG.md
git commit -m "chore(release): update changelog"
git push https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/diskcloud/service.git plus/2.0.0

0 comments on commit b62fe68

Please sign in to comment.