Skip to content

Commit

Permalink
ci: release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierapivideo committed Dec 13, 2021
1 parent 4a53dd1 commit d735be9
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:
- master
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 d735be9

Please sign in to comment.