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