diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index fdeb9ce6..8f756492 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -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/0.0.0<\/version>/$RELEASE_VERSION<\/version>/g" ./appinfo/info.xml - name: Create artifact run: make appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index bcecc04d..26168b84 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ gdatavaas G DATA Antivirus 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. - 1.0.0 + 0.0.0 agpl Lennart Dohmann GDataVaas