From 58c26116a8181e1ee14e1d7171be11cc4979d258 Mon Sep 17 00:00:00 2001 From: AriPerkkio <14806298+AriPerkkio@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:36:38 +0000 Subject: [PATCH 1/2] chore: release CLI v1.1.1 --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 637647282..f468943f5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tutorialkit/cli", - "version": "1.1.0", + "version": "1.1.1", "description": "Interactive tutorials powered by WebContainer API", "author": "StackBlitz Inc.", "type": "module", From f5faff178960b56d5129f56b24755c6bf48c5fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Sun, 20 Oct 2024 19:46:39 +0300 Subject: [PATCH 2/2] ci: attempt to fix stuck ci --- .github/workflows/integration-test-cli.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-cli.yaml b/.github/workflows/integration-test-cli.yaml index dc960dd93..58442b6ed 100644 --- a/.github/workflows/integration-test-cli.yaml +++ b/.github/workflows/integration-test-cli.yaml @@ -8,8 +8,15 @@ on: - main jobs: - cli-integration-test: + skip: name: CLI Integration Tests + runs-on: ubuntu-latest + steps: + - name: skip + run: echo skip + + cli-integration-test: + name: CLI Integration Test Matrix # Note: `prepare-release.yaml` sets this commit message if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}