From 5b8c1ab06249260b06a5c10c40f6086d567080eb Mon Sep 17 00:00:00 2001 From: rizwan3d3 Date: Thu, 28 Sep 2023 12:53:09 +0300 Subject: [PATCH] Fix: Git Action --- .github/workflows/releases.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 8c942f7..e145004 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -42,11 +42,3 @@ jobs: asset_path: ./ValidationMyPhp.zip asset_name: ValidationMyPhp.zip asset_content_type: application/zip - - - name: Update Packagist - uses: mnavarrocarter/packagist-update@v1.0 - with: - username: "rizwan3d" - api_token: ${{ secrets.packagist_token }} - package_name: rizwan3d/validation-my-php - domain: "packagist.org" # This is by default, so no need to specify this.