chore: fix publis.yml, update version to 0.170.2 (#141)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user