From 7462e32b27225f35e1f68d1d556b0eea6352aa72 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Tue, 22 Jul 2025 21:27:35 +0200 Subject: [PATCH] "Fixing" build --- .github/workflows/release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03c0981..483c690 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,17 +39,17 @@ jobs: ls echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)" - - name: Generate a changelog - uses: orhun/git-cliff-action@v3 - id: git-cliff - with: - config: cliff.toml - args: -vv --latest --strip header - env: - GITHUB_REPO: ${{ github.repository }} + # - name: Generate a changelog + # uses: orhun/git-cliff-action@v3 + # id: git-cliff + # with: + # config: cliff.toml + # args: -vv --latest --strip header + # env: + # GITHUB_REPO: ${{ github.repository }} - - name: Print the changelog - run: cat "${{ steps.git-cliff.outputs.changelog }}" + # - name: Print the changelog + # run: cat "${{ steps.git-cliff.outputs.changelog }}" - name: Create Release id: create_release