mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Create release-please.yml
This commit is contained in:
parent
3cba4cab1e
commit
d3969b0122
19
.github/workflows/release-please.yml
vendored
Normal file
19
.github/workflows/release-please.yml
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: google-github-actions/release-please-action@v4
|
||||
with:
|
||||
release-type: simple
|
||||
target-branch: release
|
Loading…
Reference in New Issue
Block a user