Skip to content

Commit 5ceef91

Browse files
committed
chore(ci): add release on changelog workflow
1 parent 34785f6 commit 5ceef91

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Create draft release if needed
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
update-documentation:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- name: Create draft release if needed
14+
uses: apivideo/api.video-release-from-changelog-action@v0.0.1
15+
with:
16+
github-auth-token: ${{ secrets.GITHUB_TOKEN }}
17+
prefix: v
18+

0 commit comments

Comments
 (0)