Skip to content

Commit

Permalink
Fetch git tags on release workflow (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 8, 2023
1 parent dcb12d5 commit 715fd4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Prepare repository
run: git fetch --unshallow --tags

- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

1 comment on commit 715fd4a

@vercel
Copy link

@vercel vercel bot commented on 715fd4a Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

msw-storybook-addon – ./

msw-sb.vercel.app
msw-storybook-addon-git-main-mswjs.vercel.app
msw-storybook-addon-mswjs.vercel.app

Please sign in to comment.