From c6ff28da632b2282ab741c338043c3d99b01fe20 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 2 Aug 2023 22:14:37 +0530 Subject: [PATCH] ci(release): updated release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63c4fe9..ff4da29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: id: changelog uses: TriPSs/conventional-changelog-action@v3 with: + skip-on-empty: false github-token: ${{ secrets.GITHUB_TOKEN }} - name: Create release