Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Mar 31, 2022
1 parent 402a6b8 commit 033af00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
# This allows the changesets/action step to override the default actions user,
# and allow CI jobs on commits coming from that step.
# https://github.com/changesets/action/issues/70
persist-credentials: false

- name: Setup Node.js 16.x
uses: actions/setup-node@v3.0.0
Expand Down

0 comments on commit 033af00

Please sign in to comment.