Skip to content

Commit d4c7c77

Browse files
committed
chore: add an automated GH action for releases
Signed-off-by: Lucas Holmquist <[email protected]>
1 parent eca43d9 commit d4c7c77

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: bcoe/[email protected]
11+
with:
12+
token: ${{ secrets.GITHUB_TOKEN }}
13+
release-type: node
14+
package-name: cloudevents

0 commit comments

Comments
 (0)