Skip to content

Commit

Permalink
fix: correct version syntax in deploy-storybook worflow(#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
haworku authored Jul 15, 2020
1 parent bf3c1e7 commit 4eb7d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Storybook
on:
push:
tags:
- v1.*
- 1.*

jobs:
deploy-storybook:
Expand Down

0 comments on commit 4eb7d2c

Please sign in to comment.