diff --git a/.gitattributes b/.gitattributes index 009223be..26864667 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,19 @@ * text=auto -/.github export-ignore -/tests export-ignore -/.* export-ignore -/phpunit.xml* export-ignore -/phpstan.* export-ignore -/psalm.* export-ignore -/infection.* export-ignore -/codecov.* export-ignore +.github export-ignore +.phive export-ignore +phar export-ignore +tests export-ignore +.* export-ignore +box.json.dist export-ignore +composer.lock export-ignore +docker-compose.yaml export-ignore +Makefile export-ignore +phpunit.xml* export-ignore +phpstan.* export-ignore +psalm.* export-ignore +psalm-baseline.xml export-ignore +infection.* export-ignore +codecov.* export-ignore *.http binary diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 82ad3bbf..06c6b089 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -90,9 +90,6 @@ jobs: - name: ❎ Remove decrypted keys.asc run: rm ${{ env.GPG_KEYS }} - - name: 🏷️ Determine tag - run: 'echo RELEASE_TAG="${GITHUB_REF#refs/tags/}" >> "$GITHUB_ENV"' - - name: 📤 Upload release assets uses: actions/github-script@v7.0.1 with: