diff --git a/.github/workflows/chanelog.yaml b/.github/workflows/chanelog.yaml index e90298da..f1a69f2a 100644 --- a/.github/workflows/chanelog.yaml +++ b/.github/workflows/chanelog.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Generate a changelog id: git-cliff - uses: orhun/git-cliff-action@v2 + uses: orhun/git-cliff-action@v3 with: config: fixtures/cliff.toml args: --verbose --strip footer --exclude-path "CHANGELOG.md"