Skip to content

Commit

Permalink
Fix(Build): remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 4, 2024
1 parent df17fba commit 3cdc4f3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3cdc4f3

Please sign in to comment.