Skip to content

Commit

Permalink
:'(
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Aug 16, 2024
1 parent d1e7e4c commit 7838381
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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>.*</version>|<version>${version}</version>|" apinfo/info.xml
# Update the summary in info.xml
# sed -i "s|<summary>.*</summary>|<summary>${description}</summary>|" apinfo/info.xml
#https://github.com/marvinpinto/action-automatic-releases
- name: Run Changelog CI
uses: saadmk11/[email protected]
Expand Down

0 comments on commit 7838381

Please sign in to comment.