Skip to content

Refactor & Improve OTP Input Focus #40

Refactor & Improve OTP Input Focus

Refactor & Improve OTP Input Focus #40

name: "Update Changelog"
on:
release:
types:
- published
permissions:
contents: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: master
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
with:
latest-version: ${{ github.event.release.name }}
release-notes: ${{ github.event.release.body }}
- name: Commit updated CHANGELOG
uses: stefanzweifel/git-auto-commit-action@v5
with:

Check failure on line 29 in .github/workflows/update-changelog.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-changelog.yml

Invalid workflow file

You have an error in your yaml syntax on line 29
branch: master
commit_message: [UPDATE] CHANGELOG
file_pattern: CHANGELOG.md