Skip to content

Add missing changelog entry for the prev fix #11

Add missing changelog entry for the prev fix

Add missing changelog entry for the prev fix #11

Workflow file for this run

name: tag
on:
push:
branches:
- main
paths:
- CHANGELOG.md
workflow_dispatch:
jobs:
tag:
uses: r7kamura/workflows/.github/workflows/changelog-tag.yml@main
secrets:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}