项目文件夹

文件
Alex Rudenko a4aa186666 ci: actual release-please (#8)
disable npm publishing for now.
2025-09-11 11:56:08 +00:00

19 行
406 B
YAML

on:
push:
branches:
- main
permissions: read-all
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.BROWSER_AUTOMATION_BOT_TOKEN }}
target-branch: main
config-file: release-please-config.json
manifest-file: .release-please-manifest.json