From 96373856ffd2100b0a8ae4cdba3cd79869352812 Mon Sep 17 00:00:00 2001 From: mashal-m Date: Sat, 25 Feb 2023 00:22:32 +0500 Subject: [PATCH] refactor: add name of flow --- .github/workflows/ci.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29a30bf..32393aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,14 +13,6 @@ jobs: matrix: node: [16, 18] steps: - name: Release Preview - - run: npx semantic-release --dry-run - id: get-next-version - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - outputs: - new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} - new-release-version: ${{ steps.get-next-version.outputs.new-release-version }} - name: Checkout uses: actions/checkout@v3 with: @@ -42,4 +34,11 @@ 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 + run: npx semantic-release --dry-run + id: get-next-version + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + outputs: + new-release-published: ${{ steps.get-next-version.outputs.new-release-published }} + new-release-version: ${{ steps.get-next-version.outputs.new-release-version }} \ No newline at end of file