We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf136a commit 3c550ddCopy full SHA for 3c550dd
.github/workflows/create-release-from-changelog.yml
@@ -1,16 +1,18 @@
1
-name: Create draft release if needed
+name: Create draft release from CHANGELOG.md
2
+
3
on:
4
push:
- branches:
5
- - main
+ paths:
6
+ - 'CHANGELOG.md'
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
- uses: apivideo/api.video-release-from-changelog-action@v0.0.1
14
+ uses: apivideo/api.video-release-from-changelog-action@main
15
with:
16
github-auth-token: ${{ secrets.GITHUB_TOKEN }}
17
prefix: v
-
18
0 commit comments