There was an error while loading. Please reload this page.
1 parent 968b667 commit 9f570dcCopy full SHA for 9f570dc
1 file changed
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
name: Release
2
3
-# Runs on the GitHub mirror when the mirror workflow pushes a vX.Y.Z tag.
4
-# Builds the per-browser bundles and creates a GitHub release with the
5
-# Chrome .zip and Firefox .xpi attached, plus the latest changelog entry.
+# Builds the per-browser bundles and creates a GitHub release
6
7
on:
8
push:
@@ -25,11 +23,6 @@ jobs:
25
23
with:
26
24
node-version: "20"
27
28
- - name: Install dependencies
29
- env:
30
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
31
- run: npm ci
32
-
33
- name: Build bundles
34
run: npm run build
35
0 commit comments