diff --git a/.github/workflows/release-new-version.yml b/.github/workflows/release-new-version.yml index cbf02cbed..b2e23f802 100644 --- a/.github/workflows/release-new-version.yml +++ b/.github/workflows/release-new-version.yml @@ -20,16 +20,6 @@ jobs: ref: main fetch-depth: 0 #To Fetch All Tags and Branches - - name: Setup PHP with PECL extension - uses: shivammathur/setup-php@v2 - with: - php-version: '8.2' - - - name: Install Dependencies - uses: php-actions/composer@v6 - with: - dev: no - - name: "Extract Current Tag Name" run: echo "tag_name=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV