diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef4921f..35c78f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,16 +13,13 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: 8.3 - tools: composer:v2 + tools: composer:v2, box - name: Install PHP deps - uses: ramsey/composer-install@v2 + uses: ramsey/composer-install@v3 - name: Build - run: | - curl -OL "https://github.com/box-project/box/releases/latest/download/box.phar" - mv box.phar box - make build + run: make build - name: Release uses: softprops/action-gh-release@v2 diff --git a/composer.json b/composer.json index 77f3061..881c9ef 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "repositories": [ { - "type": "vcs", - "url": "https://github.com/pronskiy/conductor" + "type": "git", + "url": "https://github.com/pronskiy/conductor.git" } ],