Skip to content

Commit

Permalink
Bugfix: Fetch all commit history during CD
Browse files Browse the repository at this point in the history
This fixes the bug introduced in 4db2809
  • Loading branch information
yechs committed Jan 30, 2022
1 parent 07b08b2 commit a54e05c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Uses Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with:
# fetch all commit history so "Last Updated" field will be accurate
fetch-depth: 0
- name: Uses Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- uses: webfactory/ssh-agent@v0.5.4
with:
Expand Down

0 comments on commit a54e05c

Please sign in to comment.