Skip to content

Commit deee0e8

Browse files
committed
fix github release action
1 parent 66759d1 commit deee0e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
uses: docker://antonyurchenko/git-release:latest
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
CHANGELOG_FILE: "none"
40+
ALLOW_EMPTY_CHANGELOG: "true"
3941
DRAFT_RELEASE: "true"
4042
with:
4143
args: |

0 commit comments

Comments
 (0)