Delete createchangelog.yml

This commit is contained in:
hubster-bot 2024-07-13 10:15:46 +01:00
parent 499d035497
commit 225a6bc945

View File

@ -1,17 +0,0 @@
name: On release published
on:
release:
types: [published]
jobs:
changelog:
name: Update changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: rhysd/changelog-from-release/action@v3
with:
file: /docs/updates.md
github_token: ${{ secrets.GITHUB_TOKEN }}