From 17797209e4d462cca8cf43bd671f6b711899543d Mon Sep 17 00:00:00 2001 From: sciencefidelity <32623301+sciencefidelity@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:10:28 +0100 Subject: [PATCH 1/2] ci: change command from empty string --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6492bb5..c537e71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: test 2 run: | echo ${{ (github.event.pull_request.merged == true && github.ref_name == 'main') && 'production' || 'staging' }} - echo ${{ (github.event.pull_request.merged == true && github.ref_name == 'main') && '' || '--tag beta' }} + echo ${{ (github.event.pull_request.merged == true && github.ref_name == 'main') && 'yarn package' || 'yarn package --tag beta' }} - name: test 3 run: | From 288333b994c77bc3af98065d7f697a8dbe28b683 Mon Sep 17 00:00:00 2001 From: sciencefidelity <32623301+sciencefidelity@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:11:34 +0100 Subject: [PATCH 2/2] ci: push test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c537e71..f3f0859 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: publish: runs-on: ubuntu-latest - name: Hello Everyone + name: Hello defaults: run: shell: bash