Skip to content

Bump com.microsoft.playwright:playwright from 1.40.0 to 1.41.1 (#101) #106

Bump com.microsoft.playwright:playwright from 1.40.0 to 1.41.1 (#101)

Bump com.microsoft.playwright:playwright from 1.40.0 to 1.41.1 (#101) #106

# Automates creation of Release Drafts using Release Drafter
name: Release Management
on:
push:
branches:
- main
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}