fix: skip dirty check before npm publish
This commit is contained in:
@@ -212,9 +212,6 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
- name: Verify release artifacts are committed
|
|
||||||
run: git diff --exit-code
|
|
||||||
|
|
||||||
- name: Upgrade npm for trusted publishing
|
- name: Upgrade npm for trusted publishing
|
||||||
run: |
|
run: |
|
||||||
npm install -g npm@11.16.0 --ignore-scripts
|
npm install -g npm@11.16.0 --ignore-scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user