Skip to content

Commit 9f570dc

Browse files
authored
Update release.yml
1 parent 968b667 commit 9f570dc

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release
22

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.
3+
# Builds the per-browser bundles and creates a GitHub release
64

75
on:
86
push:
@@ -25,11 +23,6 @@ jobs:
2523
with:
2624
node-version: "20"
2725

28-
- name: Install dependencies
29-
env:
30-
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
31-
run: npm ci
32-
3326
- name: Build bundles
3427
run: npm run build
3528

0 commit comments

Comments
 (0)