From 114cf2622e9d48019ba2d961634e64105a8233e1 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Fri, 27 Dec 2024 03:06:33 -0300 Subject: [PATCH] github: remove changelog creation from release.yml --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44ef976..bcbbeb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,6 @@ jobs: with: myToken: ${{ secrets.GITHUB_TOKEN }} - - name: Update release with changelog - uses: softprops/action-gh-release@v1 - with: - body: ${{ steps.changelog.outputs.changelog }} - token: ${{ secrets.GITHUB_TOKEN }} - - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: