Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Aug 3, 2024
1 parent 279e216 commit 5e9c1ed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ jobs:
conventional-changelog -p angular -i CHANGELOG.md -s -r ${{ steps.last_tag.outputs.tag }}..HEAD -o CHANGELOG_FRAGMENT.md
cat CHANGELOG_FRAGMENT.md >> CHANGELOG.md
- name: Commit updated changelog
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add CHANGELOG.md
git commit -m "docs: update CHANGELOG.md for release v${{ steps.version.outputs.new_version }}" || echo "No changes to commit"
- name: Push changes
run: |
git push origin main
Expand Down

0 comments on commit 5e9c1ed

Please sign in to comment.