ci: update release-please workflow

This commit is contained in:
Andrew
2022-07-28 16:34:44 -05:00
parent 65903357c1
commit b0de462250

13
.github/workflows/release-please.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.THIS_PAT }}
release-type: python