mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-28 22:26:02 +00:00
Updated lib, fixed typo in workflow error message
This commit is contained in:
parent
71752f96db
commit
6cb53e3ace
3 changed files with 25 additions and 4 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