Skip to content

Commit bb4fb88

Browse files
authored
Disable pre/post scripts in release workflow (#1240)
1 parent b60b3d3 commit bb4fb88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
restore-keys: |
124124
${{ matrix.os }}-${{ matrix.arch }}-node-
125125
126+
- name: Disable pre post scripts for pnpm
127+
shell: bash
128+
run: pnpm config set enablePrePostScripts false
129+
126130
- name: Get Electron version
127131
shell: bash
128132
run: echo "electron_version=$(yq -r .importers.freelens.devDependencies.electron.version pnpm-lock.yaml | sed 's/(.*)//')"

0 commit comments

Comments
 (0)