Skip to content

Commit

Permalink
test this action before merging
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioAPeraza committed Jun 2, 2022
1 parent 921e471 commit 98cc35c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: "Update Changelog"
on:
release:
types: [published]
push:
branches:
- "main"
pull_request:
branches:
- '*'

jobs:
update:
Expand All @@ -19,7 +25,7 @@ jobs:
uses: stefanzweifel/changelog-updater-action@v1
with:
release-notes: ${{ github.event.release.body }}
latest-version: ${{ github.event.release.name }}
latest-version: 0.0.12rc4

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 98cc35c

Please sign in to comment.