mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-16 01:40:35 -06:00
Delete createchangelog.yml
This commit is contained in:
parent
499d035497
commit
225a6bc945
17
.github/workflows/createchangelog.yml
vendored
17
.github/workflows/createchangelog.yml
vendored
@ -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 }}
|
|
Loading…
Reference in New Issue
Block a user