From 5ac0035fe421f43fd470d1edacd8ffb517c2ec28 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Sat, 25 Feb 2023 20:30:53 +0500 Subject: [PATCH] fix: run next version flow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce3c438..2749919 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: outputs: new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} new-release-version: ${{ steps.get-next-version.outputs.new-release-version }} - tests: + tests: runs-on: ubuntu-latest strategy: matrix: @@ -49,4 +49,4 @@ jobs: - name: i18n_extract run: npm run i18n_extract - name: Coverage - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3