Skip to content

Commit afe2f39

Browse files
committed
chore: run release after build again
1 parent 5439a0e commit afe2f39

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -292,20 +292,17 @@ jobs:
292292
release:
293293
runs-on: ubuntu-latest
294294
needs: [
295-
build
295+
test-node,
296+
test-chrome,
297+
test-chrome-webworker,
298+
test-firefox,
299+
test-firefox-webworker,
300+
test-electron-main,
301+
test-electron-renderer,
302+
test-interop,
303+
test-interface,
304+
test-interface-message-port-client
296305
]
297-
# needs: [
298-
# test-node,
299-
# test-chrome,
300-
# test-chrome-webworker,
301-
# test-firefox,
302-
# test-firefox-webworker,
303-
# test-electron-main,
304-
# test-electron-renderer,
305-
# test-interop,
306-
# test-interface,
307-
# test-interface-message-port-client
308-
# ]
309306
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
310307
steps:
311308
- uses: GoogleCloudPlatform/release-please-action@v2

0 commit comments

Comments
 (0)