Skip to content

Commit 0407eee

Browse files
committed
release-app: Change app version in info.xml
1 parent 520a0b9 commit 0407eee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: startsWith(github.ref, 'refs/tags/')
2828
run: |
2929
RELEASE_VERSION=${GITHUB_REF#refs/tags/}
30-
sed -i "s/version = '0\.0\.0'/version = '$RELEASE_VERSION'/g" ./appinfo/info.xml
30+
sed -i "s/<version>0.0.0<\/version>/<version>$RELEASE_VERSION<\/version>/g" ./appinfo/info.xml
3131
3232
- name: Create artifact
3333
run: make appstore

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<id>gdatavaas</id>
88
<name>G DATA Antivirus</name>
99
<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>
10-
<version>1.0.0</version>
10+
<version>0.0.0</version>
1111
<licence>agpl</licence>
1212
<author mail="lennart.dohmann@gdata.de" homepage="https://www.gdata.de/oem/verdict-as-a-service">Lennart Dohmann</author>
1313
<namespace>GDataVaas</namespace>

0 commit comments

Comments
 (0)