Skip to content

Commit

Permalink
Edit release workflow (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Apr 29, 2022
1 parent d1ea777 commit fb1881d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Rewrite addon.xml for legacy krypton version
id: addon-rewrite-legacy
run: |
sudo apt-get install xmlstarlet
xmlstarlet ed -L -u '/addon/requires/import[@addon="xbmc.python"]/@version' -v "2.25.0" addon.xml
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
xmlstarlet ed -L -u '/addon/@version' -v "${version%'+matrix.1'}" addon.xml
Expand Down

0 comments on commit fb1881d

Please sign in to comment.