We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec50927 commit ab1abf2Copy full SHA for ab1abf2
.github/workflows/integration-test-cli.yaml
@@ -8,7 +8,7 @@ jobs:
8
cli-integration-test:
9
name: CLI Integration Tests
10
# Note: `prepare-release.yaml` sets this commit message
11
- if: ${{ contains(github.event.pull_request.title, 'release tutorialkit CLI') || github.event_name == 'workflow_dispatch' }}
+ if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' }}
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@tutorialkit/cli",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Interactive tutorials powered by WebContainer API",
5
"author": "StackBlitz Inc.",
6
"type": "module",
0 commit comments