forked from mirrors/action-gh-release
Ability to update existing release body (#36)
* Ability to update existing release body * Updated lib, fixed typo in workflow error message
This commit is contained in:
parent
7a7960d4c7
commit
62eba970e0
4 changed files with 75 additions and 5 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -21,6 +21,6 @@ jobs:
|
|||
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
||||
run: |
|
||||
git diff --exit-code --stat -- . ':!node_modules' \
|
||||
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
|
||||
|| (echo "##[error] found changed files after build. please 'npm run build && npm run fmt'" \
|
||||
"and check in all changes" \
|
||||
&& exit 1)
|
Loading…
Add table
Add a link
Reference in a new issue