From d66a2e2856b7e366adb022d06ae16a5314a6c538 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 27 Dec 2024 03:09:16 -0300 Subject: [PATCH] github: remove changelog creation from release.yml 2 --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcbbeb0..134659a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,12 +21,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Generate changelog - id: changelog - uses: metcalfc/changelog-generator@v4.1.0 - with: - myToken: ${{ secrets.GITHUB_TOKEN }} - - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: