From cf28c4ce6a3de0349adf63e586cf6ddc89395f68 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 9 Apr 2020 18:06:34 +0300 Subject: [PATCH] v1.1.9 --- .github/workflows/deploy.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67de1aa..79a0321 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,8 @@ jobs: run: | npm run build echo '!dist/' >> .gitignore + git config --global user.email 'you@example.com' + git config --global user.name 'Your Name' git commit -a -m 'Removed dist from gitignore' - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 diff --git a/package.json b/package.json index 3901246..8231c76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tableschema-ui", - "version": "1.1.8", + "version": "1.1.9", "license": "MIT", "author": "OKI", "description": "UI components for tableschema",