Skip to content

Commit

Permalink
chore(actions): set fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari authored Aug 1, 2023
1 parent 2a32340 commit b391be7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
branches: [ master ]
paths-ignore:
- '**/README.md'





jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -22,7 +17,8 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}

fetch-depth: 0
ref: master
- name: Initialize node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit b391be7

Please sign in to comment.