From 5febbc2bfe9b8cb15bfa5971f43426e37b5e2278 Mon Sep 17 00:00:00 2001 From: lotyp Date: Mon, 13 May 2024 09:54:22 +0300 Subject: [PATCH] chore: export-ignore local development files --- .gitattributes | 23 +++++++++++++++-------- .github/workflows/build-release.yml | 3 --- 2 files changed, 15 insertions(+), 11 deletions(-) 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: