Files
tools/packages/rx/.github/workflows/release-please.yml
2023-08-29 17:38:30 -05:00

13 lines
309 B
YAML

name: release-please
on:
workflow_dispatch:
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3.1.2
with:
release-type: node
package-name: release-please-action
bump-patch-for-minor-pre-major: true