From 585a5ebdb7e49e2fd195d1587cf140cdd3eae245 Mon Sep 17 00:00:00 2001 From: "George L. Yermulnik" Date: Wed, 1 May 2024 15:04:05 +0300 Subject: [PATCH] feat(goreleaser): Enable Release Changelog (#418) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 634d82ca..f9d27123 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RELEASE_VERSION: ${{ steps.semver-tag.outputs.tag }} PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - NO_CREATE_CHANGELOG: true + NO_CREATE_CHANGELOG: false # Install Python - name: Install Python