Skip to content

Commit 08e860e

Browse files
authored
chore: fix publis.yml, update version to 0.170.2 (#141)
1 parent 8da7660 commit 08e860e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Publish
22
on:
33
release:
4-
types: [ published ]
4+
types: [ created ]
55

66
jobs:
77
build:
88
timeout-minutes: 30
99
strategy:
1010
fail-fast: false
11-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: microsoft/playwright-github-action@v1

api-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.playwright</groupId>
99
<artifactId>parent-pom</artifactId>
10-
<version>0.170.1</version>
10+
<version>0.170.2</version>
1111
</parent>
1212

1313
<artifactId>api-generator</artifactId>

driver-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>parent-pom</artifactId>
9-
<version>0.170.1</version>
9+
<version>0.170.2</version>
1010
</parent>
1111

1212
<artifactId>driver-bundle</artifactId>

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>parent-pom</artifactId>
9-
<version>0.170.1</version>
9+
<version>0.170.2</version>
1010
</parent>
1111

1212
<artifactId>driver</artifactId>

playwright/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.playwright</groupId>
99
<artifactId>parent-pom</artifactId>
10-
<version>0.170.1</version>
10+
<version>0.170.2</version>
1111
</parent>
1212

1313
<artifactId>playwright</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.microsoft.playwright</groupId>
88
<artifactId>parent-pom</artifactId>
9-
<version>0.170.1</version>
9+
<version>0.170.2</version>
1010
<packaging>pom</packaging>
1111
<name>Playwright Parent Project</name>
1212
<description>Java library to automate Chromium, Firefox and WebKit with a single API.

0 commit comments

Comments
 (0)