Rename action step name and script name

This commit is contained in:
Zach Borboa
2022-09-23 21:08:44 -07:00
parent 29c6c48cee
commit 7bbb9e7e0d
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Update changelog
run: python scripts/update_changelog.py
- name: Make release
run: python scripts/make_release.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}