Skip to content

Commit

Permalink
Set version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Gamache committed Jun 5, 2024
1 parent 6aa34bc commit 279574e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
name: Publish

# on:
# push:
# branches: ["main"]
# tags: ["*.*.*"]
# paths-ignore: ["*.md"]

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: ["main"]
tags: ["*.*.*"]
paths-ignore: ["*.md"]

env:
CI: true
Expand Down
2 changes: 1 addition & 1 deletion packages/create-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workleap/create-schemas",
"author": "Workleap",
"version": "0.1.0-preview.0",
"version": "0.1.0",
"description": "CLI to generate Typescript schemas from an OpenAPI document",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 279574e

Please sign in to comment.