Skip to content

Commit

Permalink
force push
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Oct 11, 2022
1 parent 1b88e6d commit e801e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git branch -M main
git tag v$RELEASE_VERSION
git remote add origin https://ata-no-one:[email protected]/GDATASoftwareAG/vaas-php
git push origin main --tags
git push origin main --tags --force
- name: sync packagist
if: startsWith(github.ref, 'refs/tags/php')
Expand Down
2 changes: 1 addition & 1 deletion php/src/vaas/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e801e59

Please sign in to comment.