fix(ci): remove unnecessary chmod (#2006)

pull/2007/head
nuxen 9 months ago committed by GitHub
parent b5920292ac
commit bbd893f196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,6 @@ jobs:
- name: Run update script
if: env.NEW_COMMITS == 'true'
run: |
chmod +x .github/scripts/update-changelog.sh
.github/scripts/update-changelog.sh log_output.txt
- name: Commit and push if it's not up to date

Loading…
Cancel
Save