Skip to content

Commit

Permalink
chore: update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Apr 27, 2021
1 parent 5db68ca commit 35e4068
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# pulls all commits (needed for lerna / semantic release to correctly version)
fetch-depth: "0"
# pulls all commits (needed for lerna / semantic release to correctly version)
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
# fyi https://github.com/lerna/lerna/issues/2542
# fyi https://github.com/lerna/lerna/issues/2542
# pulls all tags (needed for lerna / semantic release to correctly version)
- name: Fetch tags
# pulls all tags (needed for lerna / semantic release to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Install
run: yarn install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 35e4068

Please # to comment.