feat: release-please

This commit is contained in:
Liuweiqing 2024-01-23 15:45:30 +08:00
parent b435577bd5
commit 6c8bfe3e7c

16
.github/workflows/release-please.yml vendored Normal file
View 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