Skip to content

Commit 5a7df32

Browse files
committedMar 10, 2023
chore: set up release please action
1 parent 64e785a commit 5a7df32

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎.github/workflows/release-please.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
name: release-please
11+
12+
jobs:
13+
release-please:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: google-github-actions/release-please-action@v3
17+
with:
18+
release-type: php
19+
package-name: roach-php/core

0 commit comments

Comments
 (0)
Please sign in to comment.