feat: release-please
This commit is contained in:
parent
b435577bd5
commit
6c8bfe3e7c
16
.github/workflows/release-please.yml
vendored
Normal file
16
.github/workflows/release-please.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Release Please
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@v2
|
||||
with:
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
release-type: node
|
||||
package-name: paper-ai
|
||||
permissions:
|
||||
contents: write
|
Loading…
Reference in New Issue
Block a user