diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d464e67..0f222ecd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,8 +95,9 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Build frontend - run: make build-frontend + - name: Install Task + uses: go-task/setup-task@v1 + - run: task build-frontend - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea3d811..2be8b2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. See [commit ## [2.45.3](https://github.com/filebrowser/filebrowser/compare/v2.45.2...v2.45.3) (2025-11-13) +This is a test release to ensure the updated workflow works. + ## [2.45.2](https://github.com/filebrowser/filebrowser/compare/v2.45.1...v2.45.2) (2025-11-13)