Skip to content

Commit

Permalink
chore: remove fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg authored May 7, 2021
1 parent 0d3aebe commit 3cc0e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
lfs: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down Expand Up @@ -50,4 +49,4 @@ jobs:
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn release --no-verify-access
run: yarn release --no-verify-access

0 comments on commit 3cc0e89

Please sign in to comment.