From e801e59b5fb7692e1841e196ca6e4b9d7a681f56 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Tue, 11 Oct 2022 15:45:05 +0200 Subject: [PATCH] force push --- .github/workflows/ci-php.yaml | 2 +- php/src/vaas/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-php.yaml b/.github/workflows/ci-php.yaml index 710d4951..5c72ef59 100644 --- a/.github/workflows/ci-php.yaml +++ b/.github/workflows/ci-php.yaml @@ -70,7 +70,7 @@ jobs: git branch -M main git tag v$RELEASE_VERSION git remote add origin https://ata-no-one:$GITHUB_TOKEN@github.com/GDATASoftwareAG/vaas-php - git push origin main --tags + git push origin main --tags --force - name: sync packagist if: startsWith(github.ref, 'refs/tags/php') diff --git a/php/src/vaas/composer.json b/php/src/vaas/composer.json index d15c6da3..a2465861 100644 --- a/php/src/vaas/composer.json +++ b/php/src/vaas/composer.json @@ -1,7 +1,7 @@ { "name": "gdata/vaas", "type": "library", - "description": "*Verdict-as-a-Service* (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.", + "description": "Verdict-as-a-Service (VaaS) is a service that provides a platform for scanning files for malware and other threats. It allows easy integration in your application. With a few lines of code, you can start scanning files for malware.", "version": "0.0.0", "keywords": [ "antivirus",