Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown authored Dec 19, 2019
1 parent a5557ed commit c853e5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:

This comment has been minimized.

Copy link
@Andarist

Andarist Dec 19, 2019

Member

@mitchellhamilton interesting, why do we want to fetch all history? is it required by changesets?

This comment has been minimized.

Copy link
@emmatown

emmatown Dec 20, 2019

Author Member

GitHub recently made a change so that Actions only get the previous commit by default so Changesets wouldn't generate the correct changelogs and this fixes that.

fetch-depth: 0

- name: Setup Node.js 10.x
uses: actions/setup-node@master
Expand Down

0 comments on commit c853e5a

Please sign in to comment.