Skip to content

Commit

Permalink
release-app: Change app version in info.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann committed May 22, 2024
1 parent 520a0b9 commit 0407eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
RELEASE_VERSION=${GITHUB_REF#refs/tags/}
sed -i "s/version = '0\.0\.0'/version = '$RELEASE_VERSION'/g" ./appinfo/info.xml
sed -i "s/<version>0.0.0<\/version>/<version>$RELEASE_VERSION<\/version>/g" ./appinfo/info.xml
- name: Create artifact
run: make appstore
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<id>gdatavaas</id>
<name>G DATA Antivirus</name>
<summary>This app aims to provide an additional layer of security to your Nextcloud instance by enabling automatic and manual scanning of files for malicious content.</summary>
<version>1.0.0</version>
<version>0.0.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.gdata.de/oem/verdict-as-a-service">Lennart Dohmann</author>
<namespace>GDataVaas</namespace>
Expand Down

0 comments on commit 0407eee

Please sign in to comment.