Skip to content

3. Update Changelog

3. Update Changelog #2

name: 3. Update Changelog
on:
workflow_run:
workflows: ["2. Build and Publish"]
types:
- completed
jobs:
build_publish:
name: Update Changelog
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
./scripts/changelog.sh -c -p