There was an error while loading. Please reload this page.
1 parent 42d6389 commit 1b27797Copy full SHA for 1b27797
1 file changed
.github/workflows/publish.yml
@@ -32,11 +32,9 @@ jobs:
32
with:
33
persist-credentials: false
34
- name: Install dependencies
35
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --ignore-scripts
36
- name: Build front-end assets
37
run: pnpm run build
38
- - name: Run lint
39
- run: pnpm run lint
40
- name: Publish
41
run: |
42
if git log -1 --pretty=%B | grep "^release: [0-9]\+\.[0-9]\+\.[0-9]\+$";
0 commit comments