Skip to content

Commit 431145a

Browse files
chore: release CLI v1.1.1 (stackblitz#388)
1 parent 9778657 commit 431145a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/integration-test-cli.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ on:
88
- main
99

1010
jobs:
11-
cli-integration-test:
11+
skip:
1212
name: CLI Integration Tests
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: skip
16+
run: echo skip
17+
18+
cli-integration-test:
19+
name: CLI Integration Test Matrix
1320
# Note: `prepare-release.yaml` sets this commit message
1421
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
1522

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tutorialkit/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Interactive tutorials powered by WebContainer API",
55
"author": "StackBlitz Inc.",
66
"type": "module",

0 commit comments

Comments
 (0)