Skip to content

Commit

Permalink
Fetch all??
Browse files Browse the repository at this point in the history
  • Loading branch information
alexieyizhe committed Jul 16, 2020
1 parent ad57099 commit 9b2cbe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Install
run: npm ci
Expand All @@ -19,7 +21,6 @@ jobs:
run: |
git config --global user.name "Beep boop bot"
git config --global user.email "[email protected]"
git fetch origin release
npm run build
Expand Down

1 comment on commit 9b2cbe7

@vercel
Copy link

@vercel vercel bot commented on 9b2cbe7 Jul 16, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.