Skip to content

Commit

Permalink
Merge pull request #10 from fikrimastor/dev
Browse files Browse the repository at this point in the history
update: attempt to fix failed to update changelog
  • Loading branch information
fikrimastor authored May 20, 2024
2 parents 8cc4ddb + b5b429d commit 0fdea4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.REPO_TOKEN }}

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.event.release.name }}
release-notes: ${{ github.event.release.body }}
token: ${{ secrets.REPO_TOKEN }}

- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
Expand All @@ -31,3 +33,4 @@ jobs:
commit_message: Update CHANGELOG
push_options: --force
file_pattern: CHANGELOG.md
token: ${{ secrets.REPO_TOKEN }}

0 comments on commit 0fdea4f

Please sign in to comment.