Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2022-03-09 11:42:42 +02:00 committed by GitHub
parent 740f45dc78
commit 93e9693d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,10 @@ jobs:
- run: |
npm i @octokit/rest
node .github/workflows/createChangelogEntry.js
rm -rf node_modules # Now we need to remove extraneous node.js parts before commit
rm package-lock.json
- uses: EndBug/add-and-commit@v8 # You can change this to use a specific version.
with:
new_branch: changelog