diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbe2986..19fb5d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Setup git + run: git config --global user.email "ci@example.com" && git config --global user.name "GitHub CI" + - name: Run build run: ./release.sh $(git describe --tags || echo ci-test)