Skip to content

Commit

Permalink
chore(all): add github action to create releases
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo authored Dec 6, 2021
1 parent d73a0aa commit 1b7f31d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/create-release-from-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create draft release if needed
on:
push:
branches:
- main
jobs:
update-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create draft release if needed
uses: apivideo/[email protected]
with:
github-auth-token: ${{ secrets.GITHUB_TOKEN }}
prefix: v

0 comments on commit 1b7f31d

Please sign in to comment.