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 c9a1b14 commit d1e7e4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
description=${{ env.REPO_DESCRIPTION }}
# Update the version in info.xml
sed -i "s|<version>.*</version>|<version>${version}</version>|" apinfo/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
# 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 d1e7e4c

Please sign in to comment.