mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-27 00:19:42 -06:00
chore: add release-please
This commit is contained in:
19
.github/workflows/release-please.yaml
vendored
Normal file
19
.github/workflows/release-please.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
name: release-please
|
||||
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: googleapis/release-please-action@v4
|
||||
with:
|
||||
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||
release-type: python
|
||||
Reference in New Issue
Block a user