Skip to content

Commit bb6f028

Browse files
committed
don't npm build
1 parent a1251b3 commit bb6f028

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
node-version: "18.x"
2020

21-
- name: Build plugin
22-
run: |
23-
npm install
24-
npm run build
21+
# - name: Build plugin
22+
# run: |
23+
# npm install
24+
# npm run build
2525

2626
- name: Create release
2727
env:

0 commit comments

Comments
 (0)