From 5d8cf9540e044f76491faf339bf4715c1fd70eaa Mon Sep 17 00:00:00 2001 From: Stanislau Yanukou Date: Mon, 5 Dec 2022 13:33:12 +0100 Subject: [PATCH] fix: tuning changelog Changelog will generate no file and will not perform a commit --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 42cd441..3f33d2c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,8 @@ jobs: uses: TriPSs/conventional-changelog-action@v3 with: skip-version-file: true + output-file: false + skip-commit: true - name: create release uses: actions/create-release@v1