Skip to content

Commit

Permalink
fix(ci): checkout EVERYTHING so semantic-release has all the data it …
Browse files Browse the repository at this point in the history
…could need
  • Loading branch information
paambaati committed May 8, 2023
1 parent 9af890c commit a16dca5
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,8 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: setup node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:
steps:
- name: checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: setup node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit a16dca5

Please sign in to comment.