Skip to content

Commit 1260f87

Browse files
authored
ci: add release-please workflow configuration
1 parent 7a564a8 commit 1260f87

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release Please
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
release-please:
14+
uses: BlueLua/.github/.github/workflows/release-please.yml@main

0 commit comments

Comments
 (0)