From 17969d9d3b507bc412d4b0a74988d247cef19e56 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Wed, 4 Oct 2023 09:45:28 +0200 Subject: [PATCH] fix(ci): Fix publish workflow Signed-off-by: jld3103 --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 742c0da7..9accdbf0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -137,8 +137,8 @@ jobs: - name: Install dart uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1 # v1 - - name: Install melos - run: dart pub global activate melos + - name: Setup + run: ./tool/setup.sh - name: Build run: ./tool/build-app.sh linux/${{ matrix.architecture.docker }} --build-number="${{ needs.setup.outputs.build_number }}"