Skip to content

Commit

Permalink
Merge pull request #108 from layer5io/patch-fetch-full-history
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
nebula-aac authored Sep 28, 2023
2 parents b3c9b58 + 8d7bca4 commit 1c8ce26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js 18.x
uses: actions/setup-node@v3
Expand All @@ -59,4 +61,4 @@ jobs:
npx lerna publish from-git --yes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1c8ce26

Please sign in to comment.