update ci
This commit is contained in:
@@ -28,6 +28,8 @@ jobs:
|
|||||||
- name: 'check for uncommitted changes'
|
- name: 'check for uncommitted changes'
|
||||||
# Ensure no changes
|
# Ensure no changes
|
||||||
run: |
|
run: |
|
||||||
|
pnpm --version
|
||||||
|
node --version
|
||||||
git add .
|
git add .
|
||||||
if ! git diff --cached --color=always --exit-code -- . ':!node_modules'; then
|
if ! git diff --cached --color=always --exit-code -- . ':!node_modules'; then
|
||||||
echo "::error::Found changed files after build. Please run 'pnpm release' and check in all changes."
|
echo "::error::Found changed files after build. Please run 'pnpm release' and check in all changes."
|
||||||
|
|||||||
Reference in New Issue
Block a user