Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 9, 2020
1 parent e244df6 commit cf28c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: |
npm run build
echo '!dist/' >> .gitignore
git config --global user.email '[email protected]'
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableschema-ui",
"version": "1.1.8",
"version": "1.1.9",
"license": "MIT",
"author": "OKI",
"description": "UI components for tableschema",
Expand Down

0 comments on commit cf28c4c

Please sign in to comment.