Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish-create-tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
body: 'Bump `create-tutorial` to version ${{ inputs.version }}.'
reviewers: SamVerschueren,d3lm,Nemikolh,AriPerkkio
branch: chore/release-create-tutorial-${{ inputs.version }}
token: ${{ secrets.GITOPS_REPO_PAT }}

publish_release_create_tutorial:
name: Publish Release create-tutorial
Expand Down
2 changes: 1 addition & 1 deletion packages/create-tutorial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-tutorial",
"version": "0.0.2",
"version": "0.0.3",
"description": "Interactive tutorials powered by WebContainer API",
"author": "StackBlitz Inc.",
"type": "module",
Expand Down
Loading