mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-04-17 12:35:35 +02:00
ci: update release-please workflow
This commit is contained in:
13
.github/workflows/release-please.yml
vendored
Normal file
13
.github/workflows/release-please.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user