From 7838381aa9a6e512686290041a6a9fde54aa7ae0 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Fri, 16 Aug 2024 15:37:50 +0200 Subject: [PATCH] :'( --- .github/workflows/release-workflows.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release-workflows.yaml b/.github/workflows/release-workflows.yaml index 28e27150..8181c50a 100644 --- a/.github/workflows/release-workflows.yaml +++ b/.github/workflows/release-workflows.yaml @@ -25,17 +25,6 @@ jobs: description=$(jq -r '.description' <(curl -s https://api.github.com/repos/${{ github.repository }})) echo "REPO_DESCRIPTION=$description" >> $GITHUB_ENV - - name: Update info.xml with version and description - run: | - version=${{ steps.version.outputs.version }} - description=${{ env.REPO_DESCRIPTION }} - - # Update the version in info.xml - # sed -i "s|.*|${version}|" apinfo/info.xml - - # Update the summary in info.xml - # sed -i "s|.*|${description}|" apinfo/info.xml - #https://github.com/marvinpinto/action-automatic-releases - name: Run Changelog CI uses: saadmk11/changelog-ci@v1.1.2