Skip to content

Commit

Permalink
fix(ci): Fix workflow for generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhbert committed Sep 26, 2024
1 parent 2c84370 commit cb0ac6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release latest tag
name: Update changelog for release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release latest tag
name: Update changelog for unreleased commits

on:
pull_request:
Expand Down

0 comments on commit cb0ac6f

Please sign in to comment.