From 940b5803f1472415fc2ecdd6ee2f07d87e497963 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 3 May 2021 15:50:04 +0530 Subject: [PATCH] Update release --- .github/workflows/deploy.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 014b127c..959fa54e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,8 +18,8 @@ jobs: run: | npm i -g yarn yarn install + yarn version --patch --no-git-tag-version yarn release - yarn version --prerelease --no-git-tag-version git config user.name github-actions git config user.email github-actions@github.com git add . diff --git a/package.json b/package.json index 65b3ae47..790150e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mermaid-live-editor", - "version": "1.2.4-5", + "version": "1.2.6", "license": "MIT", "devDependencies": { "cross-env": "^7.0.3",