diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 5231f460..21e4a501 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,14 +1,14 @@
name: Publish
on:
release:
- types: [ published ]
+ types: [ created ]
jobs:
build:
timeout-minutes: 30
strategy:
fail-fast: false
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: microsoft/playwright-github-action@v1
diff --git a/api-generator/pom.xml b/api-generator/pom.xml
index c04497e1..3bbba8e4 100644
--- a/api-generator/pom.xml
+++ b/api-generator/pom.xml
@@ -7,7 +7,7 @@
com.microsoft.playwright
parent-pom
- 0.170.1
+ 0.170.2
api-generator
diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml
index 8237b861..89324c5d 100644
--- a/driver-bundle/pom.xml
+++ b/driver-bundle/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
parent-pom
- 0.170.1
+ 0.170.2
driver-bundle
diff --git a/driver/pom.xml b/driver/pom.xml
index 3de1abdd..673fb01c 100644
--- a/driver/pom.xml
+++ b/driver/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
parent-pom
- 0.170.1
+ 0.170.2
driver
diff --git a/playwright/pom.xml b/playwright/pom.xml
index b8a5aad6..f7328b85 100644
--- a/playwright/pom.xml
+++ b/playwright/pom.xml
@@ -7,7 +7,7 @@
com.microsoft.playwright
parent-pom
- 0.170.1
+ 0.170.2
playwright
diff --git a/pom.xml b/pom.xml
index 5a904dd3..23f9c54c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.microsoft.playwright
parent-pom
- 0.170.1
+ 0.170.2
pom
Playwright Parent Project
Java library to automate Chromium, Firefox and WebKit with a single API.