From bc13e5db07ce5d8a2a14d472ecebfd17d9a9a551 Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Thu, 2 May 2024 16:22:34 +0200 Subject: [PATCH] fix: use remote template instead of full_hash to match cog.toml --- .github/workflows/cocogitto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cocogitto.yml b/.github/workflows/cocogitto.yml index e981b3ad5..761b0b3a7 100644 --- a/.github/workflows/cocogitto.yml +++ b/.github/workflows/cocogitto.yml @@ -45,7 +45,7 @@ jobs: run: "echo '${{ steps.release.outputs.version }}'" - name: Generate Changelog - run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > GITHUB_CHANGELOG.md + run: cog changelog --at ${{ steps.release.outputs.version }} -t remote > GITHUB_CHANGELOG.md - name: Upload github release uses: softprops/action-gh-release@v1