Update release

This commit is contained in:
Sidharth Vinod
2021-05-03 15:50:04 +05:30
parent 8db5a1abc2
commit 940b5803f1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 .
+1 -1
View File
@@ -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",