Skip to content

Commit 5bb930d

Browse files
committed
chore: add github actions workflow to automate the release process
1 parent c8611d4 commit 5bb930d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release PHP SDK
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
release-please:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: google-github-actions/release-please-action@v4
13+
with:
14+
release-type: php

0 commit comments

Comments
 (0)