Skip to content

Commit

Permalink
fix: add fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves committed Apr 25, 2021
1 parent 2fafa6c commit 4fa5dd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ on:
- '.eslintrc'
- '.prettierrc'
- 'tsconfig.json'
- '.github/workflows/publish.yml'
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- run: yarn install --frozen-lockfile
- run: yarn standard-version --dry-run
Expand All @@ -30,6 +33,8 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: 14
Expand Down

0 comments on commit 4fa5dd0

Please sign in to comment.