mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-28 05:13:57 +03:00
22 lines
473 B
YAML
22 lines
473 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
name: release-please
|
|
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v3
|
|
with:
|
|
release-type: node
|
|
changelog-notes-type: github
|
|
package-name: release-please-action
|
|
bump-patch-for-minor-pre-major: true
|
|
token: ${{ secrets.RELEASE_PLEASE_TOKEN }} |