Skip to content

Commit

Permalink
Update CHANGELOG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerSec authored Apr 27, 2022
1 parent 8489fb0 commit dd81cd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# .github/workflows/update-changelog.yaml
name: "Update Changelog"

# on:
# release:
# types: [released]
on: workflow_dispatch
on:
release:
types: [released]
workflow_dispatch:

jobs:
update:
Expand All @@ -27,4 +27,4 @@ jobs:
with:
branch: ${{ github.event.release.target_commitish }}
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
file_pattern: CHANGELOG.md

0 comments on commit dd81cd4

Please sign in to comment.