Skip to content

Commit

Permalink
fix: Force new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nirougi committed Jun 27, 2020
1 parent 7db63f4 commit faa55b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
BRANCH: gh-pages
FOLDER: .storybook-out

- name: Debug
run: ls

- name: Release
run: npm run release
env:
Expand Down
2 changes: 1 addition & 1 deletion src/components/Input/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from "react";
import * as _ from "lodash";
import * as React from "react";
import { InputType } from "../utils";

export interface InputProps {
Expand Down

0 comments on commit faa55b8

Please sign in to comment.